[Pkg-mozext-commits] [firebug] 52/55: Issue 5699:Troubles with search tooltip

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:12 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 f04f3519ea8cf0bd8cdbcd00fe6d9cf1c72a803f
Author: Steven Roussey <sroussey at gmail.com>
Date:   Tue Jul 31 09:31:38 2012 -0700

    Issue 5699:Troubles with search tooltip
---
 extension/skin/classic/mac/firebug.css | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/extension/skin/classic/mac/firebug.css b/extension/skin/classic/mac/firebug.css
index 5890ca0..a107775 100644
--- a/extension/skin/classic/mac/firebug.css
+++ b/extension/skin/classic/mac/firebug.css
@@ -80,6 +80,7 @@
     -moz-border-image-slice: 16 50 24 12 fill;
     border-width: 16px 50px 24px 12px;
     border-style: solid;
+    border-color:red;
     color: #ffffff;
 }
 
@@ -91,8 +92,16 @@
 
 #fbSearchOptionsPanel > vbox {
     margin-right: -38px;
+    background: #424242;
 }
 
+#fbSearchOptionsPanel > description {
+    background: #424242;
+    margin: 0;
+}
+
+
+
 .fbsearch-options-label {
     color: #ffffff;
 }

-- 
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