From 5d9346999e8e45132596e5940f39c6fd655ddbd9 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 7 Sep 2023 13:29:34 +0200 Subject: redbasic: Use body background color for colorboxes. Typically (only?) used by the "view source" function. --- view/theme/redbasic/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3 From c12833521fab776947c11e70d155eb1fc258b754 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 7 Sep 2023 20:34:40 +0200 Subject: Transparent background for colorbox controls icons. This makes it blend in better when using dark style. I've kept the actual button/control colours unchanged though. --- images/controls.png | Bin 1261 -> 3285 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/images/controls.png b/images/controls.png index 1ec3cb1c8..5791fd271 100644 Binary files a/images/controls.png and b/images/controls.png differ -- cgit v1.2.3