瀏覽代碼

fixed dropdown colors

master
Ilya Daynatovich 8 年之前
父節點
當前提交
d0127b879d
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1
    0
      css/aui-components/dropdown.scss
  2. 2
    2
      css/themes/_light.scss

+ 1
- 0
css/aui-components/dropdown.scss 查看文件

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

+ 2
- 2
css/themes/_light.scss 查看文件

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

Loading…
取消
儲存