small tweaks

This commit is contained in:
Peter 2021-07-13 15:52:26 +01:00
parent d20601320c
commit 13833f9a99

View File

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