Commit eba8aa742c63f387f4444e25ad924bb7066ee523
1 parent
ea9ea3fe
Exists in
spb-stable
and in
3 other branches
More styling to select2
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/generic/selects.scss
... | ... | @@ -14,6 +14,15 @@ |
14 | 14 | .select2-drop-active { |
15 | 15 | border: 1px solid #BBB; |
16 | 16 | margin-top: 4px; |
17 | + | |
18 | + .select2-search input { | |
19 | + background: #fafafa; | |
20 | + border-color: #DDD; | |
21 | + } | |
22 | + | |
23 | + .select2-results .select2-highlighted { | |
24 | + background: $bg_style_color; | |
25 | + } | |
17 | 26 | } |
18 | 27 | |
19 | 28 | select { | ... | ... |