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/Pafat/pafat.css | 3 ++- p/themes/Pafat/pafat.rtl.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'p/themes/Pafat') diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 675b472fd..6a69bb569 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -21,6 +21,7 @@ --background-color-white: #fff; --background-color-grey-light: #fafafa; --background-color-grey: #f4f4f4; + --background-color-grey-transparent: #f3f3f3bb; --background-color-grey-hover: #f0f0f0; --background-color-grey-button-active: #eee; @@ -164,7 +165,7 @@ th { /*=== Forms */ .form-group.form-actions { padding: 5px 0; - background-color: var(--background-color-grey); + background-color: var(--background-color-grey-transparent); border-top: 1px solid var(--border-color-grey-light); } diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 78ed6f984..ac2c7772e 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -21,6 +21,7 @@ --background-color-white: #fff; --background-color-grey-light: #fafafa; --background-color-grey: #f4f4f4; + --background-color-grey-transparent: #f3f3f3bb; --background-color-grey-hover: #f0f0f0; --background-color-grey-button-active: #eee; @@ -164,7 +165,7 @@ th { /*=== Forms */ .form-group.form-actions { padding: 5px 0; - background-color: var(--background-color-grey); + background-color: var(--background-color-grey-transparent); border-top: 1px solid var(--border-color-grey-light); } -- cgit v1.2.3