aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Origine
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2025-10-28 19:09:29 +0100
committerGravatar GitHub <noreply@github.com> 2025-10-28 19:09:29 +0100
commit53c1562cc096e21b471993bd38bf9b10012ea433 (patch)
tree2f179c2fd89f9957dd426334dd3141b48eaeb91b /p/themes/Origine
parent49a92c2437d3be9fba8c6af2d3f328ae525d81c6 (diff)
Improve theme slider (#8152)
Ref https://github.com/FreshRSS/FreshRSS/pull/8149 Ref https://github.com/FreshRSS/FreshRSS/issues/6577 Before <img width="969" height="582" alt="grafik" src="https://github.com/user-attachments/assets/5e1e5e9a-31de-4327-a639-6327d602cf8a" /> 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. <img width="1041" height="575" alt="grafik" src="https://github.com/user-attachments/assets/b498e74f-1284-40ad-b871-41ce238a49ff" />
Diffstat (limited to 'p/themes/Origine')
-rw-r--r--p/themes/Origine/origine.css4
-rw-r--r--p/themes/Origine/origine.rtl.css4
2 files changed, 6 insertions, 2 deletions
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;
}