Tweak the background-color of the editorParamsToolbars

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.
This commit is contained in:
Jonas Jenwald 2023-11-10 18:19:39 +01:00
parent 17213062cc
commit e61b832764

View File

@ -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 {