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