aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Alternative-Dark/adark.rtl.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/Alternative-Dark/adark.rtl.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/Alternative-Dark/adark.rtl.css')
-rw-r--r--p/themes/Alternative-Dark/adark.rtl.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css
index fff6e102f..08de1ba86 100644
--- a/p/themes/Alternative-Dark/adark.rtl.css
+++ b/p/themes/Alternative-Dark/adark.rtl.css
@@ -4,6 +4,7 @@
/*============*/
:root {
--background-color-dark: #171717;
+ --background-color-dark-transparent: #171717aa;
--background-color-middle: #1f1f1f;
--background-color-light: #262626;
--background-color-hover: #1d242f;
@@ -140,7 +141,7 @@ th {
/*=== Forms */
.form-group.form-actions {
padding: 5px 0;
- background: var(--background-color-dark);
+ background-color: var(--background-color-dark-transparent);
border-top: 1px solid var(--border-color-dark);
}