Sha256: 08768b829948770020325643280f9442205febfcdcbc3e53233304e8dfaa5e6e

Contents?: true

Size: 937 Bytes

Versions: 8

Compression:

Stored size: 937 Bytes

Contents

/*
 *= require jquery.ui.autocomplete
 */

// Opacity
@mixin opacity($opacity) {
  opacity: $opacity / 100;
  filter: alpha(opacity=$opacity);
}

.autocomplete-input {
  width: 98%;
  margin-right: -12px;
}

.autocomplete-clear {
  font-size: 16px;
  font-weight: bold;
  color: black;
  display: inline-block;
  margin-left: -6px;
  @include opacity(20);
  vertical-align: middle;
  &:hover,
  &:focus {
    text-decoration: none;
    cursor: pointer;
    @include opacity(40);
  }
}
.ui-autocomplete-loading {
  background: white  url('/assets/spinner.gif') 98% 50% no-repeat;
}
.ui-autocomplete-completed {
  color: #aaa;
  font-weight: lighter;
  padding: .2em .4em;
  margin: .3em 0 .2em;
  line-height: 1.5;
}
.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .3em 0 .2em;
  line-height: 1.5;
}
.ui-autocomplete-error {
  color: red;
  padding: .2em .4em;
  margin: .3em 0 .2em;
  line-height: 1.5;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
scoped_search-2.7.1 app/assets/stylesheets/scoped_search.scss
scoped_search-2.7.0 app/assets/stylesheets/scoped_search.scss
scoped_search-2.6.5 app/assets/stylesheets/scoped_search.scss
scoped_search-2.6.4 app/assets/stylesheets/scoped_search.scss
scoped_search-2.6.3 app/assets/stylesheets/scoped_search.scss
scoped_search-2.6.2 app/assets/stylesheets/scoped_search.scss
scoped_search-2.6.1 app/assets/stylesheets/scoped_search.scss
scoped_search-2.6.0 app/assets/stylesheets/scoped_search.scss