mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Fix text highlighting in the Font Inspector in the debugger
After PR #5282, the text highlighting in the Font Inspector is very hard to see against a white background. That seems to be an oversight from the mentioned PR, hence this patch fixes that.
This commit is contained in:
parent
a2e8a5ee7f
commit
9c3ea3c40b
1 changed files with 0 additions and 2 deletions
|
@ -1590,11 +1590,9 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
|
|||
.debuggerShowText {
|
||||
background: none repeat scroll 0 0 yellow;
|
||||
color: blue;
|
||||
opacity: 0.3;
|
||||
}
|
||||
.debuggerHideText:hover {
|
||||
background: none repeat scroll 0 0 yellow;
|
||||
opacity: 0.3;
|
||||
}
|
||||
#PDFBug .stats {
|
||||
font-family: courier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue