aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Flat/flat.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/Flat/flat.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/Flat/flat.css')
-rw-r--r--p/themes/Flat/flat.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index 61622b840..f668e5bd6 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -112,7 +112,7 @@ th {
.form-group.form-actions {
margin: 15px 0 25px;
padding: 5px 0;
- background: #ecf0f1;
+ background-color: #e6ecedaa;
border-top: 3px solid #bdc3c7;
border-radius: 5px 5px 0 0;
}