mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
[Editor] Fix the color of the labels in the editing doorhangers
The fix in #19522 wasn't correct. This one should be better.
This commit is contained in:
parent
6713c239e3
commit
cd94c19f9a
1 changed files with 5 additions and 0 deletions
|
@ -1132,6 +1132,11 @@ dialog :link {
|
|||
line-height: 150%;
|
||||
width: fit-content;
|
||||
inset-inline-start: 0;
|
||||
color: var(--main-color);
|
||||
}
|
||||
|
||||
button:is(:hover, :focus-visible) .editorParamsLabel {
|
||||
color: var(--doorhanger-hover-color);
|
||||
}
|
||||
|
||||
.editorParamsToolbarContainer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue