From 53c1562cc096e21b471993bd38bf9b10012ea433 Mon Sep 17 00:00:00 2001
From: maTh <1645099+math-GH@users.noreply.github.com>
Date: Tue, 28 Oct 2025 19:09:29 +0100
Subject: Improve theme slider (#8152)
Ref https://github.com/FreshRSS/FreshRSS/pull/8149
Ref https://github.com/FreshRSS/FreshRSS/issues/6577
Before
After
Buttons as navigation elements. Not it is crystal clear that the themes can be changed.
The theme counter is a bit more prominent to show the big amount of shipped themes.
---
p/themes/Origine/origine.css | 4 +++-
p/themes/Origine/origine.rtl.css | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
(limited to 'p/themes/Origine')
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index 98fb576b1..665bc08b7 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -290,7 +290,9 @@ th {
text-decoration: none;
}
-a:hover .icon {
+a:hover .icon,
+button:hover .icon,
+.btn:hover .icon {
filter: brightness(1.5);
transition: 0.1s linear;
}
diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css
index ca3faf02d..d4d84d70a 100644
--- a/p/themes/Origine/origine.rtl.css
+++ b/p/themes/Origine/origine.rtl.css
@@ -290,7 +290,9 @@ th {
text-decoration: none;
}
-a:hover .icon {
+a:hover .icon,
+button:hover .icon,
+.btn:hover .icon {
filter: brightness(1.5);
transition: 0.1s linear;
}
--
cgit v1.2.3