[Pkg-mozext-commits] [greasemonkey] 01/26: Tweak install dialog title style.

David Prévot taffit at moszumanska.debian.org
Thu Feb 25 02:27:38 UTC 2016


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit 342903157067cff504a6775689ca0b443daa722f
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Fri Nov 20 11:58:32 2015 -0500

    Tweak install dialog title style.
    
    For some time this has been white on nearly-white text.  At least in Ubuntu.  Choose colors with readable contrast.
---
 content/install.xul | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/install.xul b/content/install.xul
index dec437a..a9042a3 100644
--- a/content/install.xul
+++ b/content/install.xul
@@ -31,10 +31,10 @@
       style="margin-bottom:1em" />
     <vbox id="itemBox"
       flex="1"
-      style="padding:0; overflow:auto; -moz-appearance:textfield; margin:2px 4px"
+      style="overflow: auto; -moz-appearance: textfield; padding: 0; margin: 2px 4px;"
     >
       <vbox
-        style="background:InfoBackground; color: InfoText; border-bottom:1px black dotted; padding:0.5em; margin:0; margin-bottom:0.5em"
+        style="color: #222; border-bottom: 1px black dotted; padding:0.5em; margin: 0; margin-right: 4px;"
       >
         <description id="scriptDescription"
           style="margin:0" />

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list