Sha256: 1944cd4a3db8614cc716eab87208dca5b2e1f63eaa84d777db89a915f4e79f03

Contents?: true

Size: 986 Bytes

Versions: 26

Compression:

Stored size: 986 Bytes

Contents

@import "locomotive/shared/helpers";

ul.tagit {
  width: 650px;
  padding: 5px;
  @include default-input-style;
  @include border-radius(0px);

  li {
    margin: 2px 5px 2px 0;
    line-height: 18px;
    font-size: 11px;

    &.tagit-choice-read-only {
      padding: 1px 5px 1px;
    }

    &.tagit-choice-editable {
      padding: 1px 20px 1px 5px;
    }

    &.tagit-choice-read-only, &.tagit-choice-editable {
      @include border-radius(2px);
      background: #c2e0f0;
      border-color: #719fb8;
      span {
        color: #29739b;
        @include text-shadow(rgba(#fff, 0.7) 0px 1px 0px);
      }
      span.ui-icon-close {
        background: none;
        text-indent: 0px;
        text-align: center;
        &:before {
          position: relative;
          top: -1px;
          text-indent: 0px;
          font-family: FontAwesome;
          font-size: 9px;
          content: "\f00d";
        }
      }
    }

    &.tagit-new {
      padding: 2px 0 0 0;
    }
  }
}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.5.6 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.5.6.rc2 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.5.6.rc1 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.5.5 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.5.4 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.5.3 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.5.2 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.5.1 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.5.0 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.5.0.rc3 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.5.0.rc2 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.5.0.rc1 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.4.1 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.4.0 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.3.1 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.3.0 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.2.3 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.2.2 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss
locomotive_cms-2.2.1 app/assets/stylesheets/locomotive/backoffice/tagit_changes.css.scss