From 35ee123dda654facadf82037675c21ca215d7fec Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Wed, 12 Jun 2024 21:45:16 +0200 Subject: Sticky buttons (#6304) * make it sticky * Origine theme * fix * config option * i18n * CSS * fix category config * some themes and some fixes * grey behind the buttons * more themes * Revert "config option" This reverts commit b81ae15030979ebfcfdce070ce8b36c4b9444155. * Revert "CSS" This reverts commit a0f4f769f17298f10cc2279c57c0688d47844d83. * css * revert i18n --- p/themes/Origine/origine.css | 3 ++- p/themes/Origine/origine.rtl.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'p/themes/Origine') diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 99f8547ce..afdc3e0a5 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -9,6 +9,7 @@ --background-color-light-gradient2: #eee; --background-color-light: #fff; --background-color-light-shadowed: #f6f6f6; + --background-color-light-shadowed-transparent: #f0f0f0a8; --background-color-grey: #f0f0f0; --background-color-hover: #f6f6f6; @@ -177,7 +178,7 @@ th { .form-group.form-actions { margin-bottom: 40px; padding: 5px 0; - background-color: var(--background-color-light-shadowed); + background-color: var(--background-color-light-shadowed-transparent); border-top: 1px solid var(--border-color); } diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css index 8b88c4329..ee2ab8265 100644 --- a/p/themes/Origine/origine.rtl.css +++ b/p/themes/Origine/origine.rtl.css @@ -9,6 +9,7 @@ --background-color-light-gradient2: #eee; --background-color-light: #fff; --background-color-light-shadowed: #f6f6f6; + --background-color-light-shadowed-transparent: #f0f0f0a8; --background-color-grey: #f0f0f0; --background-color-hover: #f6f6f6; @@ -177,7 +178,7 @@ th { .form-group.form-actions { margin-bottom: 40px; padding: 5px 0; - background-color: var(--background-color-light-shadowed); + background-color: var(--background-color-light-shadowed-transparent); border-top: 1px solid var(--border-color); } -- cgit v1.2.3