Commit cb6639ffbb53828b2b831029be7dd3833b44ca05
1 parent
d89c6adf
Exists in
master
and in
4 other branches
Improve chosen selectbox style
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/selects.scss
@@ -79,6 +79,15 @@ | @@ -79,6 +79,15 @@ | ||
79 | margin-top: 5px; | 79 | margin-top: 5px; |
80 | max-height: 300px; | 80 | max-height: 300px; |
81 | 81 | ||
82 | + li { | ||
83 | + border-bottom: 1px solid #EEE; | ||
84 | + padding: 7px; | ||
85 | + | ||
86 | + &:last-child { | ||
87 | + border-bottom: none; | ||
88 | + } | ||
89 | + } | ||
90 | + | ||
82 | .group-result { | 91 | .group-result { |
83 | color: $style_color; | 92 | color: $style_color; |
84 | font-size: 14px; | 93 | font-size: 14px; |
@@ -94,7 +103,7 @@ | @@ -94,7 +103,7 @@ | ||
94 | } | 103 | } |
95 | &.result-selected { | 104 | &.result-selected { |
96 | font-weight: bolder; | 105 | font-weight: bolder; |
97 | - background: #EEE; | 106 | + background: #F3F3F3; |
98 | } | 107 | } |
99 | } | 108 | } |
100 | } | 109 | } |