1
0
mirror of synced 2025-02-17 04:23:15 +03:00

Merge pull request #1441 from fitnr/master

Add border to active element drop down.
This commit is contained in:
Igor Vaynberg 2013-06-19 10:41:59 -07:00
commit 779b4bae70

View File

@ -194,6 +194,15 @@ Version: @@ver@@ Timestamp: @@timestamp@@
box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
} }
.select2-drop-active {
border: 1px solid #5897fb;
border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
border-top: 1px solid #5897fb;
}
.select2-container .select2-choice div { .select2-container .select2-choice div {
display: inline-block; display: inline-block;
width: 18px; width: 18px;