update with classic theme development, keep about:plugins compatible for 1.7 release...
[themes.git] / EarlyBlue / global / popup.css
index 3891fcba3054c7fc3f4350f12f8eb325e9377133..f6cd7f2c3d863c2964add837ff19b027e5020925 100644 (file)
@@ -38,7 +38,7 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ===== popup.css ======================================================
-  == Styles used by XUL popups.
+  == Styles used by the XUL popup element.
   ======================================================================= */
 
 /* ::::: menupopup ::::: */
@@ -55,7 +55,7 @@ tooltip {
   background-color : #FFFFCC;
   border : 1px outset #FFFFCC;
   color: #000000;
-  font: smaller;
+  font-size: smaller;
   padding: 2px;
   max-width: 40em;
 }
@@ -66,7 +66,9 @@ tooltip {
 }
 
 tooltip[titletip="true"] {
-  margin: -2px 0px 0px -3px;
+  /* See bug 32157 comment 128
+   * margin: -2px 0px 0px -3px;
+   */
   max-width: none;
 }