work on colors

This commit is contained in:
Ilya Daynatovich
2016-11-14 11:01:50 +02:00
parent 9124aa2c87
commit cbc6943305
6 changed files with 23 additions and 17 deletions
+10 -1
View File
@@ -74,4 +74,13 @@ $popoverFontColor: #ffffff;
$popupMenuSelectedItemBackground: rgba(256, 256, 256, .2);
// Toolbar
$splitterColor: #ccc;
$splitterColor: #ccc;
/**
* Forms
*/
//dropdown
$selectFontColor: $baseLight;
$selectBg: $controlBackground;
$selectActiveBg: darken($controlBackground, 5%);
$selectActiveItemBg: darken($controlBackground, 10%);