Commit cb6639ffbb53828b2b831029be7dd3833b44ca05

Authored by Dmitriy Zaporozhets
1 parent d89c6adf

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 79 margin-top: 5px;
80 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 91 .group-result {
83 92 color: $style_color;
84 93 font-size: 14px;
... ... @@ -94,7 +103,7 @@
94 103 }
95 104 &.result-selected {
96 105 font-weight: bolder;
97   - background: #EEE;
  106 + background: #F3F3F3;
98 107 }
99 108 }
100 109 }
... ...