Commit cb6639ff authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve chosen selectbox style

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent d89c6adf
...@@ -79,6 +79,15 @@ ...@@ -79,6 +79,15 @@
margin-top: 5px; margin-top: 5px;
max-height: 300px; max-height: 300px;
li {
border-bottom: 1px solid #EEE;
padding: 7px;
&:last-child {
border-bottom: none;
}
}
.group-result { .group-result {
color: $style_color; color: $style_color;
font-size: 14px; font-size: 14px;
...@@ -94,7 +103,7 @@ ...@@ -94,7 +103,7 @@
} }
&.result-selected { &.result-selected {
font-weight: bolder; font-weight: bolder;
background: #EEE; background: #F3F3F3;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment