|
@@ -38,6 +38,7 @@ $splitterToolbarButtonLeftMargin: 0px;
|
38
|
38
|
|
39
|
39
|
/*
|
40
|
40
|
* Main controls
|
|
41
|
+ * TODO: looks like we don't use it
|
41
|
42
|
*/
|
42
|
43
|
$inputSemiBackground: rgba(132, 132, 132, .8);
|
43
|
44
|
$inputLightBackground: #EBEBEB;
|
|
@@ -112,11 +113,6 @@ $defaultDarkFontColor: #000;
|
112
|
113
|
/**
|
113
|
114
|
* Forms
|
114
|
115
|
*/
|
115
|
|
-<<<<<<< 1291023cbed3044a9f3acc2b8c7d47ff05e5aee4
|
116
|
|
-$inputBg: $inputSemiBackground;
|
117
|
|
-$inputBgHover: $inputSemiBackground;
|
118
|
|
-$inputFontColor: $defaultDarkFontColor;
|
119
|
|
-=======
|
120
|
116
|
//dropdown
|
121
|
117
|
$selectFontColor: $defaultLightFontColor;
|
122
|
118
|
$selectBg: $defaultBackground;
|
|
@@ -126,9 +122,4 @@ $selectActiveItemBg: $defaultDarkColor;
|
126
|
122
|
$inputControlEmColor: #f29424;
|
127
|
123
|
//buttons
|
128
|
124
|
$linkFontColor: #489afe;
|
129
|
|
-$linkHoverFontColor: #287ade;
|
130
|
|
-
|
131
|
|
-// Main controls TODO: looks like we don't use it
|
132
|
|
-$inputSemiBackground: rgba(132, 132, 132, .8);
|
133
|
|
-$inputLightBackground: #EBEBEB;
|
134
|
|
->>>>>>> dropdown styles fixes
|
|
125
|
+$linkHoverFontColor: #287ade;
|