[Pkg-mozext-commits] [firebug] 06/28: Fixed Command History panel display on Mac

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


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

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

commit e85aea1ec1170a4cd5b608c32d3b7ccc8a217bc3
Author: Sebastian Zartner <sebastianzartner at gmx.de>
Date:   Tue Aug 7 00:09:11 2012 +0200

    Fixed Command History panel display on Mac
---
 extension/skin/classic/firebug.css     | 17 +++++++++++++++++
 extension/skin/classic/mac/firebug.css |  7 +++++++
 extension/skin/classic/win/firebug.css | 14 --------------
 3 files changed, 24 insertions(+), 14 deletions(-)

diff --git a/extension/skin/classic/firebug.css b/extension/skin/classic/firebug.css
index b7496e9..21c6eac 100644
--- a/extension/skin/classic/firebug.css
+++ b/extension/skin/classic/firebug.css
@@ -365,6 +365,23 @@ textbox[type="fbSearchBox"] > panel {
     list-style-image: url(chrome://firebug/skin/commandLineDisabled.png);
 }
 
+/************************************************************************************************/
+/* Command History panel */
+
+#fbCommandHistory {
+    min-width: 200px;
+    max-height: 400px;
+    cursor: default;
+    font-family: monospace;
+    white-space: pre;
+    -moz-appearance: none;
+}
+
+.commandHistoryItem.selected {
+    background-color: highlight;
+    color: highlighttext;
+}
+
 /*************************************************************************************************/
 
 #fbBreakOnErrors {
diff --git a/extension/skin/classic/mac/firebug.css b/extension/skin/classic/mac/firebug.css
index 19ba75f..76c886c 100644
--- a/extension/skin/classic/mac/firebug.css
+++ b/extension/skin/classic/mac/firebug.css
@@ -235,6 +235,13 @@
     font-family: Monaco, monospace;
 }
 
+/************************************************************************************************/
+/* Command History panel */
+
+#fbCommandHistory {
+    font-family: Monaco, monospace;
+}
+
 /********************************************************************************************/
 
 .panelTabBox {
diff --git a/extension/skin/classic/win/firebug.css b/extension/skin/classic/win/firebug.css
index 1f67e3e..3f7e06c 100644
--- a/extension/skin/classic/win/firebug.css
+++ b/extension/skin/classic/win/firebug.css
@@ -144,20 +144,6 @@
 
 /************************************************************************************************/
 
-#fbCommandHistory {
-    min-width: 200px;
-    max-height: 800px;
-    cursor: default;
-    font-family: monospace;
-    white-space: pre;
-    -moz-appearance: none;
-}
-
-.commandHistoryItem.selected {
-    background-color: highlight;
-    color: highlighttext;
-}
-
 #fbCommandEditor {
     -moz-appearance: none;
     border: none;

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