mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Add some other small fixes
This commit is contained in:
parent
b56cc14a1b
commit
6f165eab15
@ -86,7 +86,7 @@ html {
|
||||
background: #00a4dc;
|
||||
color: #fff
|
||||
}
|
||||
border-radius: 2px;
|
||||
|
||||
.button-submit:focus {
|
||||
background: #0cb0e8;
|
||||
color: #fff
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user