aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/video-player.reel/video-player.css
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/video-player.reel/video-player.css')
-rwxr-xr-xnode_modules/montage/ui/video-player.reel/video-player.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/node_modules/montage/ui/video-player.reel/video-player.css b/node_modules/montage/ui/video-player.reel/video-player.css
index 1e4518ca..95af7571 100755
--- a/node_modules/montage/ui/video-player.reel/video-player.css
+++ b/node_modules/montage/ui/video-player.reel/video-player.css
@@ -69,7 +69,7 @@ MARK: Controller
69.montage-video-player .controller { 69.montage-video-player .controller {
70 display: -webkit-box; 70 display: -webkit-box;
71 position: relative; 71 position: relative;
72 max-width: 1280px; 72 max-width: 1280px;
73 color: #ffffff; 73 color: #ffffff;
74 margin: 0 auto; 74 margin: 0 auto;
75 overflow: hidden; 75 overflow: hidden;
@@ -152,7 +152,7 @@ MARK: Button Panel
152.montage-video-player .play { background-image: url("images/play.png"); } 152.montage-video-player .play { background-image: url("images/play.png"); }
153.montage-video-player .play.playing { background-image: url("images/pause.png"); } 153.montage-video-player .play.playing { background-image: url("images/pause.png"); }
154 154
155.montage-video-player .ff, 155.montage-video-player .ff,
156.montage-video-player .rw, 156.montage-video-player .rw,
157.montage-video-player .repeat 157.montage-video-player .repeat
158{ display: none; } /* Temporarly disabled */ 158{ display: none; } /* Temporarly disabled */
@@ -177,7 +177,7 @@ MARK: Volume Panel
177.montage-video-player .controller-progress { 177.montage-video-player .controller-progress {
178 height: 15px; 178 height: 15px;
179 box-shadow: inset 0 0px 3px 1px hsla(0,0%,0%,.5); 179 box-shadow: inset 0 0px 3px 1px hsla(0,0%,0%,.5);
180 background: -webkit-repeating-linear-gradient(left, hsl(0,0%,25%) 0, hsl(0,0%,25%) 3px, 180 background: -webkit-repeating-linear-gradient(left, hsl(0,0%,25%) 0, hsl(0,0%,25%) 3px,
181 hsl(0,0%,10%) 3px, hsl(0,0%,10%) 5px); 181 hsl(0,0%,10%) 3px, hsl(0,0%,10%) 5px);
182} 182}
183.montage-video-player .controller-progress:before { 183.montage-video-player .controller-progress:before {
@@ -190,7 +190,7 @@ MARK: Volume Panel
190.montage-video-player .volume-progress { 190.montage-video-player .volume-progress {
191 width: 50%; 191 width: 50%;
192 height: 100%; 192 height: 100%;
193 background: -webkit-repeating-linear-gradient(left, hsl(195,90%,50%) 0, hsl(195,90%,50%) 3px, 193 background: -webkit-repeating-linear-gradient(left, hsl(195,90%,50%) 0, hsl(195,90%,50%) 3px,
194 transparent 3px, transparent 5px); 194 transparent 3px, transparent 5px);
195 -webkit-transition: width .1s ease-in-out; 195 -webkit-transition: width .1s ease-in-out;
196} 196}
@@ -201,16 +201,16 @@ MARK: Volume Panel
201} 201}
202 202
203.montage-video-player .volume-minus { background-image: url("images/volume-down.png"); } 203.montage-video-player .volume-minus { background-image: url("images/volume-down.png"); }
204.montage-video-player .volume-minus:active { 204.montage-video-player .volume-minus:active {
205 background-color: transparent; 205 background-color: transparent;
206 background-image: url("images/volume-down.png"), 206 background-image: url("images/volume-down.png"),
207 -webkit-linear-gradient(right, hsla(0,0%,0%,0), hsla(0,0%,0%,.5) ); 207 -webkit-linear-gradient(right, hsla(0,0%,0%,0), hsla(0,0%,0%,.5) );
208} 208}
209.montage-video-player .volume-plus { background-image: url("images/volume-up.png"); } 209.montage-video-player .volume-plus { background-image: url("images/volume-up.png"); }
210.montage-video-player .volume-plus:active { 210.montage-video-player .volume-plus:active {
211 background-color: transparent; 211 background-color: transparent;
212 background-image: url("images/volume-up.png"), 212 background-image: url("images/volume-up.png"),
213 -webkit-linear-gradient(left, hsla(0,0%,0%,0), hsla(0,0%,0%,.5) ); 213 -webkit-linear-gradient(left, hsla(0,0%,0%,0), hsla(0,0%,0%,.5) );
214} 214}
215 215
216.montage-video-player .controller-volume-panel .mute { display: none; } /* also MUTE[muted] */ 216.montage-video-player .controller-volume-panel .mute { display: none; } /* also MUTE[muted] */
@@ -310,4 +310,4 @@ MARK: Track Panel
310.montage-video-player .montage-slider.pressed .handler3 div, 310.montage-video-player .montage-slider.pressed .handler3 div,
311.montage-video-player .montage-slider.pressed .handler4 div { 311.montage-video-player .montage-slider.pressed .handler4 div {
312 -webkit-transform: scale3d(.85, .85, .85); 312 -webkit-transform: scale3d(.85, .85, .85);
313} \ No newline at end of file 313}