Browse Source

fixed dropdown colors

master
Ilya Daynatovich 7 years ago
parent
commit
d0127b879d
2 changed files with 3 additions and 2 deletions
  1. 1
    0
      css/aui-components/dropdown.scss
  2. 2
    2
      css/themes/_light.scss

+ 1
- 0
css/aui-components/dropdown.scss View File

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

+ 2
- 2
css/themes/_light.scss View File

@@ -80,7 +80,7 @@ $splitterColor: #ccc;
80 80
  * Forms
81 81
  */
82 82
 //dropdown
83
-$selectFontColor: $baseLight;
83
+$selectFontColor: $controlColor;
84 84
 $selectBg: $controlBackground;
85 85
 $selectActiveBg: darken($controlBackground, 5%);
86
-$selectActiveItemBg: darken($controlBackground, 10%);
86
+$selectActiveItemBg: darken($controlBackground, 20%);

Loading…
Cancel
Save