1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Add border to select2-drop-active

This creates a blue border around an entire active select2 element
This commit is contained in:
fitnr 2013-06-19 12:31:37 -03:00 committed by fitnr
parent 455067ed4e
commit 9062267ffa

View File

@ -194,6 +194,15 @@ Version: @@ver@@ Timestamp: @@timestamp@@
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 {
display: inline-block;
width: 18px;