small tweaks
This commit is contained in:
parent
d20601320c
commit
13833f9a99
@ -3105,15 +3105,16 @@ input:checked + .toggleSwitchSlider:before {
|
||||
height: 23px;
|
||||
}
|
||||
|
||||
#refreshSVG {
|
||||
fill: #ffffff;
|
||||
height: 15px;
|
||||
}
|
||||
#refreshSVG:hover {
|
||||
height: 25px;
|
||||
#refreshSVG:active {
|
||||
fill: #ffffff;
|
||||
}
|
||||
#refreshSVG:hover,
|
||||
#refreshSVG:focus {
|
||||
fill: #ffffff;
|
||||
}
|
||||
#refreshSVG:active {
|
||||
fill: #ffffff;
|
||||
}
|
||||
|
||||
#refreshMediaButton[inprogress] #refreshSVG {
|
||||
animation: spin 0.8s infinite;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user