|
@@ -43,14 +43,14 @@ $toolbarBadgeColor: #FFFFFF;
|
43
|
43
|
$toolbarToggleBackground: #12499C;
|
44
|
44
|
$splitterToolbarButtonMargin: 18px;
|
45
|
45
|
|
46
|
|
-/*
|
|
46
|
+/**
|
47
|
47
|
* Main controls
|
48
|
48
|
* TODO: looks like we don't use it
|
49
|
49
|
*/
|
50
|
50
|
$inputSemiBackground: rgba(132, 132, 132, .8);
|
51
|
51
|
$inputLightBackground: #EBEBEB;
|
52
|
52
|
|
53
|
|
-/*
|
|
53
|
+/**
|
54
|
54
|
* Video layout
|
55
|
55
|
*/
|
56
|
56
|
$videoThumbnailHovered: rgba(22, 94, 204, .4);
|
|
@@ -126,4 +126,4 @@ $defaultDarkFontColor: #000;
|
126
|
126
|
$inputControlEmColor: #f29424;
|
127
|
127
|
//buttons
|
128
|
128
|
$linkFontColor: #489afe;
|
129
|
|
-$linkHoverFontColor: #287ade;
|
|
129
|
+$linkHoverFontColor: #287ade;
|