[Pkg-mozext-commits] [firebug] 10/55: Backported 7e1150ce250bab3430f3b9bc940dafce4d7f9f1b and bfb5a19fe156d42b0c13c669f8358255f5d3b69c from master

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:07 UTC 2014


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

taffit pushed a commit to tag firebug-1.10.1
in repository firebug.

commit a235d311c5d92293db89f981718e529ba4ce3ef9
Author: Sebastian Zartner <sebastianzartner at gmx.de>
Date:   Mon Jul 23 15:18:52 2012 +0200

    Backported 7e1150ce250bab3430f3b9bc940dafce4d7f9f1b and
    bfb5a19fe156d42b0c13c669f8358255f5d3b69c from master
    
    Issue 5710 (Autocompletion gray color in Command Line (within the
    Console panel) is too light, not enough contrast)
    http://code.google.com/p/fbug/issues/detail?id=5710
---
 extension/skin/classic/firebug.css   | 2 +-
 extension/skin/classic/panelbase.css | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extension/skin/classic/firebug.css b/extension/skin/classic/firebug.css
index afeccec..b7496e9 100644
--- a/extension/skin/classic/firebug.css
+++ b/extension/skin/classic/firebug.css
@@ -110,7 +110,7 @@
 #fbCommandLineCompletion {
     position: absolute;
     z-index: 1;
-    color: silver;
+    color: #A0A0A0;
     bottom: 0;
 }
 
diff --git a/extension/skin/classic/panelbase.css b/extension/skin/classic/panelbase.css
index a4865ba..4999474 100644
--- a/extension/skin/classic/panelbase.css
+++ b/extension/skin/classic/panelbase.css
@@ -193,7 +193,7 @@ code {
 
 .completionBox {
     position: absolute;
-    color: silver;
+    color: #A0A0A0;
 }
 
 .completionInput {

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



More information about the Pkg-mozext-commits mailing list