Sha256: c763aa6350aab6876bc35cb7b0ef9723e2e4abab9f6c4d3f65072970b2ce9708

Contents?: true

Size: 1.02 KB

Versions: 8

Compression:

Stored size: 1.02 KB

Contents

.bootstrap-tagsinput {
  background-color: #fff;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 2px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 35px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
  font-size: 12px;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  font-size: 12px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotivecms-3.0.0.rc4 vendor/assets/stylesheets/locomotive/bootstrap-tagsinput.css
locomotivecms-3.0.0.rc3 vendor/assets/stylesheets/locomotive/bootstrap-tagsinput.css
locomotivecms-3.0.0.rc2 vendor/assets/stylesheets/locomotive/bootstrap-tagsinput.css
locomotivecms-3.0.0.rc1 vendor/assets/stylesheets/locomotive/bootstrap-tagsinput.css
locomotivecms-3.0.0.pre.beta.1 vendor/assets/stylesheets/locomotive/bootstrap-tagsinput.css
locomotivecms-3.0.0.pre.alpha.3 vendor/assets/stylesheets/locomotive/bootstrap-tagsinput.css
locomotivecms-3.0.0.pre.alpha.2 vendor/assets/stylesheets/locomotive/bootstrap-tagsinput.css
locomotivecms-3.0.0.pre.alpha vendor/assets/stylesheets/locomotive/bootstrap-tagsinput.css