|
|
@@ -26,7 +26,9 @@ $defaultDarkColor: #2b3d5c;
|
|
26
|
26
|
$defaultBackground: #474747;
|
|
27
|
27
|
$tooltipBg: rgba(0,0,0, 0.7);
|
|
28
|
28
|
|
|
29
|
|
-// Toolbar
|
|
|
29
|
+/**
|
|
|
30
|
+ * Toolbar
|
|
|
31
|
+ */
|
|
30
|
32
|
$toolbarBackground: rgba(0, 0, 0, 0.5);
|
|
31
|
33
|
$toolbarSelectBackground: rgba(0, 0, 0, .6);
|
|
32
|
34
|
$toolbarBadgeBackground: #165ECC;
|
|
|
@@ -34,11 +36,15 @@ $toolbarBadgeColor: #FFFFFF;
|
|
34
|
36
|
$toolbarToggleBackground: #12499C;
|
|
35
|
37
|
$splitterToolbarButtonLeftMargin: 0px;
|
|
36
|
38
|
|
|
37
|
|
-// Main controls
|
|
|
39
|
+/*
|
|
|
40
|
+ * Main controls
|
|
|
41
|
+ */
|
|
38
|
42
|
$inputSemiBackground: rgba(132, 132, 132, .8);
|
|
39
|
43
|
$inputLightBackground: #EBEBEB;
|
|
40
|
44
|
|
|
41
|
|
-// Video layout.
|
|
|
45
|
+/*
|
|
|
46
|
+ * Video layout
|
|
|
47
|
+ */
|
|
42
|
48
|
$videoThumbnailHovered: rgba(22, 94, 204, .4);
|
|
43
|
49
|
$videoThumbnailSelected: #165ECC;
|
|
44
|
50
|
$participantNameColor: #fff;
|
|
|
@@ -65,7 +71,9 @@ $rateStarActivity: #165ecc;
|
|
65
|
71
|
$rateStarSize: 34px;
|
|
66
|
72
|
$feedbackCancelFontColor: #333;
|
|
67
|
73
|
|
|
68
|
|
-// Notifications
|
|
|
74
|
+/**
|
|
|
75
|
+ * Notifications
|
|
|
76
|
+ */
|
|
69
|
77
|
$notificationFontSize: 13px;
|
|
70
|
78
|
$notificationColor: #FFFFFF;
|
|
71
|
79
|
$notificationBackground: $tooltipBg;
|
|
|
@@ -91,26 +99,36 @@ $toolbarZ: 900;
|
|
91
|
99
|
$overlayZ: 902;
|
|
92
|
100
|
$notificationZ: 1012;
|
|
93
|
101
|
$ringingZ: 800;
|
|
|
102
|
+$dropdownZ: 901;
|
|
|
103
|
+$dropdownMaskZ: 900;
|
|
94
|
104
|
|
|
95
|
105
|
/**
|
|
96
|
|
- * Font Colors TODO: Change colors when general dialogs are implemented.
|
|
|
106
|
+ * Font Colors
|
|
97
|
107
|
*/
|
|
98
|
108
|
$defaultFontColor: #777;
|
|
99
|
109
|
$defaultLightFontColor: #F1F1F1;
|
|
100
|
110
|
$defaultDarkFontColor: #000;
|
|
101
|
|
-$buttonFontColor: #777;
|
|
102
|
|
-$buttonHoverFontColor: #287ade;
|
|
103
|
|
-$auiPrimaryButtonBg: #3572b0;
|
|
104
|
|
-$auiPrimaryButtonHoverBg: #57647b;
|
|
105
|
|
-$auiPrimaryButtonColor: #fff;
|
|
106
|
|
-$auiIconColor: #707070;
|
|
107
|
|
-$inputControlEmColor: #f29424;
|
|
108
|
|
-$linkFontColor: #489afe;
|
|
109
|
|
-$linkHoverFontColor: #287ade;
|
|
110
|
111
|
|
|
111
|
112
|
/**
|
|
112
|
113
|
* Forms
|
|
113
|
114
|
*/
|
|
|
115
|
+<<<<<<< 1291023cbed3044a9f3acc2b8c7d47ff05e5aee4
|
|
114
|
116
|
$inputBg: $inputSemiBackground;
|
|
115
|
117
|
$inputBgHover: $inputSemiBackground;
|
|
116
|
118
|
$inputFontColor: $defaultDarkFontColor;
|
|
|
119
|
+=======
|
|
|
120
|
+//dropdown
|
|
|
121
|
+$selectFontColor: $defaultLightFontColor;
|
|
|
122
|
+$selectBg: $defaultBackground;
|
|
|
123
|
+$selectActiveBg: $defaultBackground;
|
|
|
124
|
+$selectActiveItemBg: $defaultDarkColor;
|
|
|
125
|
+//inputs
|
|
|
126
|
+$inputControlEmColor: #f29424;
|
|
|
127
|
+//buttons
|
|
|
128
|
+$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
|