aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Pafat
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-06-12 21:45:16 +0200
committerGravatar GitHub <noreply@github.com> 2024-06-12 21:45:16 +0200
commit35ee123dda654facadf82037675c21ca215d7fec (patch)
tree3639b9a76b005855062e7dc384678d52a5715d3d /p/themes/Pafat
parent493d46759eda507190b11206f6c3d668edbd9b40 (diff)
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
Diffstat (limited to 'p/themes/Pafat')
-rw-r--r--p/themes/Pafat/pafat.css3
-rw-r--r--p/themes/Pafat/pafat.rtl.css3
2 files changed, 4 insertions, 2 deletions
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);
}