Commit ae2089a9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix autocomplete css

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 84a8b29f
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope. * the top of the compiled file, but it's generally better to create a new file per style scope.
*= require jquery.ui.datepicker *= require jquery.ui.datepicker
*= require jquery.ui.autocomplete
*= require jquery.atwho *= require jquery.atwho
*= require select2 *= require select2
*= require highlightjs.min *= require highlightjs.min
......
...@@ -17,4 +17,22 @@ ...@@ -17,4 +17,22 @@
text-align: center; text-align: center;
} }
} }
&.ui-autocomplete {
@include border-radius(0px);
border-color: #DDD;
padding: 0;
.ui-menu-item a {
color: #777;
&:hover {
background: $hover;
border-color: $primary_color;
@include border-radius(0px);
color: #333;
}
}
}
} }
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