]> git.parisson.com Git - teleforma.git/commitdiff
no video-js shadows
authoryomguy <yomguy@parisson.com>
Sun, 17 Feb 2013 23:00:25 +0000 (00:00 +0100)
committeryomguy <yomguy@parisson.com>
Sun, 17 Feb 2013 23:00:25 +0000 (00:00 +0100)
teleforma/static/teleforma/video-js/video-js.css

index f1045c2b986e7bf69d48baa88a707bed3c6ed1f3..b604459d0dc0332b3a7a5e7ea6960ec264cbec2d 100644 (file)
@@ -331,13 +331,13 @@ so you can upgrade to newer versions easier. You can remove all these styles by
 .vjs-default-skin .vjs-big-play-button {
   display: block; /* Start hidden */ z-index: 2;
   position: absolute; top: 50%; left: 50%; width: 8.0em; height: 8.0em; margin: -42px 0 0 -42px; text-align: center; vertical-align: center; cursor: pointer !important;
-  border: 0.2em solid #fff; opacity: 0.95;
+  border: 0.5em solid #fff; opacity: 0.95;
   -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
 
   background: transparent;
 
   /* CSS Shadows */
-  -webkit-box-shadow: 4px 4px 8px #000; -moz-box-shadow: 4px 4px 8px #000; box-shadow: 4px 4px 8px #000;
+  /*-webkit-box-shadow: 4px 4px 8px #000; -moz-box-shadow: 4px 4px 8px #000; box-shadow: 4px 4px 8px #000;*/
 }
 
 .vjs-default-skin div.vjs-big-play-button:hover {