fixed dropdown colors

This commit is contained in:
Ilya Daynatovich 2016-11-11 18:30:27 +02:00
parent cbc6943305
commit d0127b879d
2 changed files with 3 additions and 2 deletions

View File

@ -55,6 +55,7 @@
.select2-result-label{
font-size: 12px;
color: $selectFontColor !important;
line-height: 20px;
}
}

View File

@ -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%);