aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-09-09 18:01:00 +0000
committerMario <mario@mariovavti.com>2023-09-09 18:01:00 +0000
commitf2d88387c9d77bc820fe5395a887a150bb817d3c (patch)
tree150a34e24405bf95a24f4f42f0751b80bb6915cd
parentdb4c6bbd3ba9e92f2e543db758f6e311f66a4fe9 (diff)
parentc12833521fab776947c11e70d155eb1fc258b754 (diff)
downloadvolse-hubzilla-f2d88387c9d77bc820fe5395a887a150bb817d3c.tar.gz
volse-hubzilla-f2d88387c9d77bc820fe5395a887a150bb817d3c.tar.bz2
volse-hubzilla-f2d88387c9d77bc820fe5395a887a150bb817d3c.zip
Merge branch 'redbasic/fix-darktheme-colorbox' into 'dev'
redbasic: Use body background color for colorboxes. See merge request hubzilla/core!2058
-rw-r--r--images/controls.pngbin1261 -> 3285 bytes
-rw-r--r--view/theme/redbasic/css/style.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/images/controls.png b/images/controls.png
index 1ec3cb1c8..5791fd271 100644
--- a/images/controls.png
+++ b/images/controls.png
Binary files differ
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index b20977f28..2805ed718 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -608,7 +608,7 @@ nav .acpopup {
padding: 3px;
border: 0px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
- background-color: #fff;
+ background-color: var(--bs-body-bg);
z-index: 1052;
}