Add some other small fixes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.chapterThumbTextContainer,
|
||||
.videoOsdBottom {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.osdPoster img,
|
||||
@@ -173,7 +174,7 @@
|
||||
|
||||
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
|
||||
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
|
||||
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
|
||||
@keyframes spin { 100% { transform:rotate(360deg); } }
|
||||
.osdMediaStatus .animate {
|
||||
animation:spin 4s linear infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user