[Pkg-javascript-commits] [pdf.js] 123/204: Fix text highlighting in the Font Inspector in the debugger

David Prévot taffit at moszumanska.debian.org
Sat Oct 25 18:50:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 9c3ea3c40b4c2603e329b6fe1bf17c9200518fd8
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date:   Wed Sep 24 00:14:41 2014 +0200

    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.
---
 web/viewer.css | 2 --
 1 file changed, 2 deletions(-)

diff --git a/web/viewer.css b/web/viewer.css
index e661177..b6974de 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list