From c4e00654aa3cce6a4b1e1317a738130a60f42789 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Wed, 22 Oct 2025 23:47:58 +0200 Subject: Configuration → Display → Theme: increase button visibility (#8149) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes https://github.com/FreshRSS/FreshRSS/issues/6577 Maintains a little bit of distinction between hover and non-hover, but the focus is on always making it visible. ### Before Image ### After Left not hovered, right left arrow hovered. The distinction is obvious enough to show activation when actually hovering; it doesn't show very well on the screenshot. image image --- p/themes/base-theme/frss.css | 4 ++-- p/themes/base-theme/frss.rtl.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'p') diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 856c94305..d645536fc 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -2143,7 +2143,7 @@ html.slider-active { text-align: center; line-height: 2; background-color: var(--frss-background-color-transparent); - text-shadow: 0px 0px 15px rgb(119, 119, 119); + text-shadow: 0px 0px 15px #000; } .theme-preview-list .properties { @@ -2165,7 +2165,7 @@ html.slider-active { } .theme-preview-list .preview + .nav label { - opacity: 0.5; + opacity: 0.8; } .theme-preview-list .nav label:hover { diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index bdf964607..247a31e75 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -2143,7 +2143,7 @@ html.slider-active { text-align: center; line-height: 2; background-color: var(--frss-background-color-transparent); - text-shadow: 0px 0px 15px rgb(119, 119, 119); + text-shadow: 0px 0px 15px #000; } .theme-preview-list .properties { @@ -2165,7 +2165,7 @@ html.slider-active { } .theme-preview-list .preview + .nav label { - opacity: 0.5; + opacity: 0.8; } .theme-preview-list .nav label:hover { -- cgit v1.2.3