mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixing control style
This commit is contained in:
@@ -6,11 +6,11 @@
|
|||||||
position:absolute;
|
position:absolute;
|
||||||
width:54%;
|
width:54%;
|
||||||
transition: 0.75s -webkit-filter linear;
|
transition: 0.75s -webkit-filter linear;
|
||||||
-webkit-transform: translate3d(0,0,0);
|
-webkit-transform: translate3d(0,0,0);
|
||||||
-moz-transform: translate3d(0,0,0);
|
-moz-transform: translate3d(0,0,0);
|
||||||
-ms-transform: translate3d(0,0,0);
|
-ms-transform: translate3d(0,0,0);
|
||||||
-o-transform: translate3d(0,0,0);
|
-o-transform: translate3d(0,0,0);
|
||||||
transform: translate3d(0,0,0);
|
transform: translate3d(0,0,0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#q, #fullscreen, #playpause
|
#q, #fullscreen, #playpause
|
||||||
|
|||||||
Reference in New Issue
Block a user