[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 297/483: Fixed: Hotkey text might be invisible in some themes (white text on white background)
David Prévot
taffit at moszumanska.debian.org
Thu Jan 22 21:41:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.
commit 7856ad2634ee07a73a8d20696d2b0285a1ed496d
Author: Wladimir Palant <trev at adblockplus.org>
Date: Sat Nov 6 08:44:39 2010 +0100
Fixed: Hotkey text might be invisible in some themes (white text on white background)
---
chrome/skin/overlay.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/chrome/skin/overlay.css b/chrome/skin/overlay.css
index 771fa3c..58e80ae 100644
--- a/chrome/skin/overlay.css
+++ b/chrome/skin/overlay.css
@@ -45,6 +45,7 @@
height: 30px;
padding: 2px;
background-color: white;
+ color: black;
-moz-border-radius: 3px;
}
@@ -69,6 +70,7 @@
height: 45px;
padding: 2px;
background-color: white;
+ color: black;
-moz-border-radius: 4px;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git
More information about the Pkg-mozext-commits
mailing list