This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
2018-10-12 23:00:20 +02:00
|
|
|
.vjs-ass {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2020-01-25 17:44:53 +01:00
|
|
|
|
|
|
|
.vjs-default-skin .vjs-ass-button {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-default-skin .vjs-ass-button:before {
|
|
|
|
font-family: VideoJS;
|
|
|
|
content: '\f10c';
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-default-skin .vjs-ass-button.inactive {
|
|
|
|
color: grey;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Backport from libjass v0.11 */
|
|
|
|
.libjass-subs, .libjass-subs * {
|
|
|
|
-webkit-animation-fill-mode: both;
|
|
|
|
animation-fill-mode: both;
|
|
|
|
}
|