From e61b8327645170643556b6b189ef7f34cb1a404c Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Fri, 10 Nov 2023 18:19:39 +0100 Subject: [PATCH] Tweak the background-color of the `editorParamsToolbar`s Currently the background-color of the `editorParamsToolbar`s don't match that of the arrow, which is especially noticable in dark mode (see zoomed-in screen-shots below). The simplest solution seem to be to just style the `editorParamsToolbar`s like the `secondaryToolbar`, to limit the amount of CSS changes required. --- web/viewer.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index 835046348..3594483f9 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -579,17 +579,14 @@ body { #editorStampParamsToolbar { inset-inline-end: 40px; - background-color: var(--toolbar-bg-color); } #editorInkParamsToolbar { inset-inline-end: 68px; - background-color: var(--toolbar-bg-color); } #editorFreeTextParamsToolbar { inset-inline-end: 96px; - background-color: var(--toolbar-bg-color); } #editorStampAddImage::before {