screensaver: fix #725

this was caused by focus and hover states introducing extra styling
also remove the active semi-translucent that made the fade-in because,
it sometimes missbehaved not showing some elements of the ui, it's also faster not having animation.
This commit is contained in:
alfrix 2022-09-08 10:20:57 -03:00
parent 1d40b9cf7f
commit de540402ec

View File

@ -485,12 +485,10 @@ popover button {
background-color: #222;
}
.screensaver button {
.screensaver, .screensaver button, .screensaver button:hover, .screensaver button:focus, .screensaver button:active {
background-color: black;
}
.screensaver button:active {
background-color: rgba(0, 0, 0, 0.5);
border: 0;
margin: 0;
}
.option_slider_max trough highlight, trough progress {