Skip to content

Commit

Permalink
[backend] More clearly differentiate select2 result elements
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Oct 14, 2013
1 parent 78b7d52 commit 4b30c5f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion backend/app/assets/stylesheets/admin/plugins/_select2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
li {
font-size: 85% !important;


&:nth-child(odd) {
background: #efefef;
}

&.select2-highlighted {
.select2-result-label {
&, h6 {
Expand All @@ -133,7 +138,7 @@
}

.select2-highlighted {
background-color: $color-sel-bg;
background-color: $color-sel-bg !important;
}
}

Expand Down

0 comments on commit 4b30c5f

Please sign in to comment.