Add some other small fixes

This commit is contained in:
MrTimscampi 2019-12-30 14:44:22 +01:00
parent b56cc14a1b
commit 6f165eab15
2 changed files with 3 additions and 2 deletions

View File

@ -86,7 +86,7 @@ html {
background: #00a4dc;
color: #fff
}
border-radius: 2px;
.button-submit:focus {
background: #0cb0e8;
color: #fff

View File

@ -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;
}