Sha256: d8fe66fb5d88b0b3bd74af61654eda24b8e2183d19c91814dfafd3d07268099f
Contents?: true
Size: 966 Bytes
Versions: 2
Compression:
Stored size: 966 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; width: 14px; height: 14px; margin-left: -6px; margin-bottom: -5px; text-shadow: 0 1px 0 rgba(255,255,255,1); @include opacity(20); &:hover, &:focus { text-decoration: none; cursor: pointer; @include opacity(40); } } .ui-autocomplete-loading { background: white url('/images/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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
scoped_search-2.5.0 | vendor/assets/stylesheets/scoped_search.scss |
scoped_search-2.4.1 | vendor/assets/stylesheets/scoped_search.scss |