Skip to content

Commit

Permalink
Optgroup styling
Browse files Browse the repository at this point in the history
Fixes #33
  • Loading branch information
nilshoerrmann committed Sep 15, 2014
1 parent 255a10a commit 35bff17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/aui.selector.publish.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
max-height: 16rem;
}

[data-interface^=aui-selector] .selectize-dropdown .optgroup,
[data-interface^=aui-selector] .selectize-dropdown .option {
overflow: hidden;
width: 100%;
Expand All @@ -205,6 +206,10 @@
box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.15);
}

[data-interface^=aui-selector] .selectize-dropdown .optgroup {
font-weight: bold;
}

[data-interface^=aui-selector] .selectize-dropdown .active {
color: #fff;
background-color: #668abe;
Expand Down

0 comments on commit 35bff17

Please sign in to comment.