Skip to content

Commit 4e471f9

Browse files
authored
Dark mode for CookieBanner plugin
2 parents 7f5bf81 + 3784007 commit 4e471f9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

fp-interface/themes/leggero/stringendo/res/admin.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,6 +1523,11 @@ body.admin-plugin-newsletter #admin-content th {
15231523
text-align: center;
15241524
}
15251525

1526+
/* CookieBanner plugin */
1527+
#cookie_banner div.buttonbar {
1528+
display: none;
1529+
}
1530+
15261531
@media (prefers-color-scheme: dark) {
15271532
body[class^="admin-"] .entry {
15281533
background: var(--fp-admin-entry-gradient, linear-gradient(180deg, #182538 0%, #0f1724 100%));

fp-interface/themes/leggero/stringendo/res/common.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,8 @@ input#aspam_code {
10961096
border-color: rgba(var(--fp-accent-3-rgb, 240, 179, 95), 0.55);
10971097
}
10981098

1099-
legend {
1099+
legend,
1100+
#cookie_banner div.buttonbar {
11001101
color: var(--fp-text, #e7edf7);
11011102
}
11021103
}

0 commit comments

Comments
 (0)