diff --git a/app/assets/stylesheets/application.sass b/app/assets/stylesheets/application.sass index 89118e7f..2405cae1 100644 --- a/app/assets/stylesheets/application.sass +++ b/app/assets/stylesheets/application.sass @@ -10,13 +10,13 @@ * defined in the other CSS/SCSS files in this directory. It is generally better to create a new * file per style scope. * + *= require jquery-ui/core + *= require jquery-ui/autocomplete + *= require jquery-ui/menu + *= require jquery.tagsinput *= require_tree . */ -@import jquery-ui/core -@import jquery-ui/autocomplete -@import jquery-ui/menu -@import jquery.tagsinput @import font-awesome-sprockets @import font-awesome @import flag-icon diff --git a/app/assets/stylesheets/tags.sass b/app/assets/stylesheets/tags.sass index f04dc224..87b10757 100644 --- a/app/assets/stylesheets/tags.sass +++ b/app/assets/stylesheets/tags.sass @@ -42,3 +42,7 @@ div.tagsinput margin-bottom: 0 &:focus border-color: #F0F8FF !important + +ul.ui-autocomplete li div + box-shadow: 0 0 2px #a5d24a + background-color: white