Sha256: 61388b615c4c8cfbcc4590eff22c1456db99ee90da6e65dce7e0694138a6b1e6
Contents?: true
Size: 894 Bytes
Versions: 21
Compression:
Stored size: 894 Bytes
Contents
// 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
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
scoped_search-3.0.0 | app/assets/stylesheets/scoped_search.scss |