Skip to content

Commit

Permalink
Merge pull request #5335 from Snuffleupagus/pdfBug-text-highlight
Browse files Browse the repository at this point in the history
Fix text highlighting in the Font Inspector in the debugger
  • Loading branch information
yurydelendik committed Sep 24, 2014
2 parents d0b0252 + 9c3ea3c commit e0bb2f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e0bb2f7

Please sign in to comment.