Browse Source

Merge pull request #5335 from Snuffleupagus/pdfBug-text-highlight

Fix text highlighting in the Font Inspector in the debugger
Yury Delendik 11 years ago
parent
commit
e0bb2f76d2
  1. 2
      web/viewer.css

2
web/viewer.css

@ -1590,11 +1590,9 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
.debuggerShowText { .debuggerShowText {
background: none repeat scroll 0 0 yellow; background: none repeat scroll 0 0 yellow;
color: blue; color: blue;
opacity: 0.3;
} }
.debuggerHideText:hover { .debuggerHideText:hover {
background: none repeat scroll 0 0 yellow; background: none repeat scroll 0 0 yellow;
opacity: 0.3;
} }
#PDFBug .stats { #PDFBug .stats {
font-family: courier; font-family: courier;

Loading…
Cancel
Save