File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -2808,6 +2808,9 @@ textarea[class*="span"] {
2808
2808
.palette-asbestos {
2809
2809
background-color : # 7f8c8d ;
2810
2810
}
2811
+ .palette-clouds {
2812
+ color : # bdc3c7 ;
2813
+ }
2811
2814
.palette-paragraph {
2812
2815
color : # 7f8c8d ;
2813
2816
font-size : 12px ;
@@ -3026,7 +3029,7 @@ footer p {
3026
3029
padding-top : 1px ;
3027
3030
}
3028
3031
.video-js {
3029
- background-color : # 34495e ;
3032
+ background-color : transparent ;
3030
3033
margin-top : -95px ;
3031
3034
position : relative;
3032
3035
padding : 0 ;
@@ -3035,6 +3038,10 @@ footer p {
3035
3038
-webkit-border-radius : 6px 6px 0 0 ;
3036
3039
-moz-border-radius : 6px 6px 0 0 ;
3037
3040
border-radius : 6px 6px 0 0 ;
3041
+ -webkit-backface-visibility : hidden;
3042
+ -moz-backface-visibility : hidden;
3043
+ -ms-backface-visibility : hidden;
3044
+ backface-visibility : hidden;
3038
3045
}
3039
3046
.video-js .vjs-tech {
3040
3047
position : absolute;
Original file line number Diff line number Diff line change 35
35
.calc-color (~ " clouds" , ~ " silver" );
36
36
.calc-color (~ " concrete" , ~ " asbestos" );
37
37
38
+ .palette-clouds {
39
+ color : #bdc3c7 ;
40
+ }
41
+
38
42
// Palette paragraph
39
43
.palette-paragraph {
40
44
color : #7f8c8d ;
Original file line number Diff line number Diff line change 6
6
@controls-color : mix (@base , black , 75% );
7
7
8
8
.video-js {
9
- background-color : @base ;
9
+ background-color : transparent ;
10
10
// Otherwise you won't see controls in Fullscreen mode
11
11
margin-top : -95px ;
12
12
position : relative ;
13
13
padding : 0 ;
14
14
font-size : 10px ;
15
15
vertical-align : middle ;
16
16
.border-radius (6px 6px 0 0 );
17
+ -webkit-backface-visibility : hidden ;
18
+ -moz-backface-visibility :hidden ;
19
+ -ms-backface-visibility :hidden ;
20
+ backface-visibility :hidden ;
17
21
18
22
.vjs-tech {
19
23
position : absolute ;
You can’t perform that action at this time.
0 commit comments