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