Fix autocomplete css

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-04-06 14:10:48 +03:00
parent 84a8b29fbf
commit ae2089a98e
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
2 changed files with 19 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* 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.
*= require jquery.ui.datepicker
*= require jquery.ui.autocomplete
*= require jquery.atwho
*= require select2
*= require highlightjs.min

View File

@ -17,4 +17,22 @@
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;
}
}
}
}