From de540402ece0cd13ec134b907b24920513ad5a79 Mon Sep 17 00:00:00 2001 From: alfrix Date: Thu, 8 Sep 2022 10:20:57 -0300 Subject: [PATCH] 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. --- styles/base.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/styles/base.css b/styles/base.css index 5ef0e2b3..b5fa12e7 100644 --- a/styles/base.css +++ b/styles/base.css @@ -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 {