mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Tweak the --toolbar-border-color
CSS variable (PR 15850 follow-up)
After the changes in PR 15850, the toolbar-border is now quite difficult to spot in the light-theme. Hence, let's tweak it slightly to improve things.
This commit is contained in:
parent
38e46e7614
commit
bd84bf4ebd
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
--sidebar-narrow-bg-color: rgba(212, 212, 215, 0.9);
|
||||
--sidebar-toolbar-bg-color: rgba(245, 246, 247, 1);
|
||||
--toolbar-bg-color: rgba(249, 249, 250, 1);
|
||||
--toolbar-border-color: rgba(204, 204, 204, 1);
|
||||
--toolbar-border-color: rgba(184, 184, 184, 1);
|
||||
--toolbar-box-shadow: 0 1px 0 var(--toolbar-border-color);
|
||||
--toolbar-border-bottom: none;
|
||||
--toolbarSidebar-box-shadow: inset calc(-1px * var(--dir-factor)) 0 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue