fixed dropdown colors
This commit is contained in:
parent
cbc6943305
commit
d0127b879d
|
@ -55,6 +55,7 @@
|
|||
|
||||
.select2-result-label{
|
||||
font-size: 12px;
|
||||
color: $selectFontColor !important;
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -80,7 +80,7 @@ $splitterColor: #ccc;
|
|||
* Forms
|
||||
*/
|
||||
//dropdown
|
||||
$selectFontColor: $baseLight;
|
||||
$selectFontColor: $controlColor;
|
||||
$selectBg: $controlBackground;
|
||||
$selectActiveBg: darken($controlBackground, 5%);
|
||||
$selectActiveItemBg: darken($controlBackground, 10%);
|
||||
$selectActiveItemBg: darken($controlBackground, 20%);
|
||||
|
|
Loading…
Reference in New Issue