fixed dropdown colors

This commit is contained in:
Ilya Daynatovich
2016-11-14 11:01:50 +02:00
parent cbc6943305
commit d0127b879d
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -55,6 +55,7 @@
.select2-result-label{
font-size: 12px;
color: $selectFontColor !important;
line-height: 20px;
}
}
+2 -2
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%);