aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Origine/origine.css
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/Origine/origine.css
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/Origine/origine.css')
-rw-r--r--p/themes/Origine/origine.css3
1 files changed, 2 insertions, 1 deletions
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);
}