Sha256: 6fc9cce846fb72b89dfc4daa194025ac78be93dc804b106b64770b6a3b2022c4

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 KB

Contents

// plugin overrides
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close
.chosen-rtl .chosen-search, .chosen-container-single .chosen-search {
  background: none;

  &:after {
    @include icon-stuff;
    content: fae-icon(arrow_down);
    position: relative;
    font-size: 4px;
    top: -4px;
    left: 2px;
    color: $c-darker-grey;
  }
}

.chosen-container-single .chosen-single {
  &:hover {
    div b:after {
      color: $c-darkest-grey;
    }
  }
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  &:after {
    content: fae-icon(arrow_up);
    color: $c-darkest-grey;
  }
}

.chosen-rtl .chosen-search, .chosen-container-single .chosen-search {
  &:after {
    content: fae-icon(search);
    font-size: 12px;
    left: auto;
    right: 17px;
    top: -1px;
  }
}

.chosen-rtl,
.chosen-container-single {
  .chosen-search {
    input[type="text"] {
      background: none;
    }
  }
}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
fae-rails-3.0.0 app/assets/stylesheets/fae/globals/_plugins.scss
fae-rails-2.2.0 app/assets/stylesheets/fae/globals/_plugins.scss
fae-rails-2.1.0 app/assets/stylesheets/fae/globals/_plugins.scss
fae-railsz-2.1.0 app/assets/stylesheets/fae/globals/_plugins.scss
fae-rails-2.0.0 app/assets/stylesheets/fae/globals/_plugins.scss
fae-rails-1.7.1 app/assets/stylesheets/fae/globals/_plugins.scss
fae-rails-1.7.0 app/assets/stylesheets/fae/globals/_plugins.scss