mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
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.
This commit is contained in:
parent
17213062cc
commit
e61b832764
1 changed files with 0 additions and 3 deletions
|
@ -579,17 +579,14 @@ body {
|
||||||
|
|
||||||
#editorStampParamsToolbar {
|
#editorStampParamsToolbar {
|
||||||
inset-inline-end: 40px;
|
inset-inline-end: 40px;
|
||||||
background-color: var(--toolbar-bg-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#editorInkParamsToolbar {
|
#editorInkParamsToolbar {
|
||||||
inset-inline-end: 68px;
|
inset-inline-end: 68px;
|
||||||
background-color: var(--toolbar-bg-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#editorFreeTextParamsToolbar {
|
#editorFreeTextParamsToolbar {
|
||||||
inset-inline-end: 96px;
|
inset-inline-end: 96px;
|
||||||
background-color: var(--toolbar-bg-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#editorStampAddImage::before {
|
#editorStampAddImage::before {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue