mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added refresh metadata button to the edit page
This commit is contained in:
parent
14bbc7b9c5
commit
057f6bfabf
7 changed files with 163 additions and 89 deletions
|
@ -153,10 +153,10 @@
|
|||
opacity: .9;
|
||||
border-right: 5px solid rgba(0,0,0,0);
|
||||
border-left: 5px solid rgba(0,0,0,0);
|
||||
border-radius: 50px;
|
||||
box-shadow: 0 0 35px #2187e7;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 30px;
|
||||
box-shadow: 0 0 20px #2187e7;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin: 0 auto;
|
||||
-moz-animation: spinPulse 1s infinite ease-in-out;
|
||||
-webkit-animation: spinPulse 1s infinite linear;
|
||||
|
@ -168,13 +168,13 @@
|
|||
opacity: .9;
|
||||
border-left: 5px solid rgba(0,0,0,0);
|
||||
border-right: 5px solid rgba(0,0,0,0);
|
||||
border-radius: 50px;
|
||||
border-radius: 30px;
|
||||
box-shadow: 0 0 15px #2187e7;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
top: -50px;
|
||||
top: -32px;
|
||||
-moz-animation: spinoffPulse 1s infinite linear;
|
||||
-webkit-animation: spinoffPulse 1s infinite linear;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue