|
@@ -6,13 +6,16 @@
|
|
|
background-size: cover;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
.video-js .vjs-progress-control:hover .vjs-progress-holder {
|
|
|
font-size: inherit !important;
|
|
|
+ outline: none;
|
|
|
}
|
|
|
|
|
|
.video-js .vjs-slider:focus {
|
|
|
box-shadow: none !important;
|
|
|
text-shadow: none !important;
|
|
|
+ outline: none;
|
|
|
}
|
|
|
}
|
|
|
}
|