sync LCARStrek with part of the modification in Firefox 10 - some more work is still...
[themes.git] / EarlyBlue / inspector / inspectorWindow.css
index 96dbf509cad7637726d6b15d2fff2950ea9aa158..341a0c6bb669244ce022443b27a6fff2f54290d8 100644 (file)
@@ -80,7 +80,7 @@
 /* HACK: this button has no id !!! */
 #bxURLBarContainer + toolbarbutton {
   border: 1px outset #CCD0DD;
-  margin: 2px 0px 4px 0px;
+  margin: 2px 0px 4px;
   font-weight: bold;
   background-color: #9999CC;
 }
@@ -88,3 +88,7 @@
 #bxURLBarContainer + toolbarbutton:hover:active {
   border: 1px inset #CCD0DD;
 }
+
+.viewer-list, .viewer-menu {
+  -moz-user-focus: ignore;
+}