sync LCARStrek with the rest of the modifications in Firefox 10
[themes.git] / LCARStrek / inspector / inspectorWindow.css
index dd8f252e6383b9fec832a27b07b31f6c92a9d22e..baa906a333b682b3076880d9216792dbe8aab0e8 100644 (file)
@@ -43,7 +43,8 @@
 }
 
 #imgURLBarIcon {
-  list-style-image: url("chrome://communicator/skin/bookmarks/location.gif");
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); 
+  margin: 2px;
 }
 
 #bxSearch {
@@ -52,6 +53,8 @@
 
 #splPanels {
   width: 5px;
+  border-top: 0px;
+  border-bottom: 0px;
 }
 
 /* ::::: toolbar buttons ::::: */
   list-style-image: url("chrome://inspector/skin/btnFind-dis.gif");
 }
 
+/* HACK: this button has no id !!! */
+#bxURLBarContainer + toolbarbutton {
+  margin: 2px 0px 4px;
+  font-weight: bold;
+}
+
+.viewer-list, .viewer-menu {
+  -moz-user-focus: ignore;
+}