From 7de384bf9c192292cbc726085eedfadddfa7ca7d Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Thu, 13 Mar 2025 23:10:48 +0100 Subject: Mark as read button: config for the size (#7314) * settings * i18n: mark_read_button * big, small, none * fix * Fixes * make fix-all --------- Co-authored-by: Alexandre Alapetite --- p/themes/Origine/origine.css | 2 +- p/themes/Origine/origine.rtl.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'p/themes/Origine') diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 353b231dd..1a48d9f04 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -979,7 +979,7 @@ a:hover .icon { } /*=== "Load more" part */ -#bigMarkAsRead { +#bigMarkAsRead.big { color: var(--font-color-grey); text-align: center; text-decoration: none; diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css index d797649b3..7ee35795d 100644 --- a/p/themes/Origine/origine.rtl.css +++ b/p/themes/Origine/origine.rtl.css @@ -979,7 +979,7 @@ a:hover .icon { } /*=== "Load more" part */ -#bigMarkAsRead { +#bigMarkAsRead.big { color: var(--font-color-grey); text-align: center; text-decoration: none; -- cgit v1.2.3