sync with changes up to http://hg.mozilla.org/mozilla-central/rev/03de2d980072
[themes.git] / EarlyBlue / global / popup.css
index f6cd7f2c3d863c2964add837ff19b027e5020925..67113ca2907ad71c58ea1aafee25b14c6917a8af 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
 /* ===== popup.css ======================================================
   == Styles used by the XUL popup element.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /* ::::: menupopup ::::: */
 
 menupopup,
-popup {
+popup,
+panel {
   border: 1px outset #CCD0DD;
   padding: 1px;
   min-width: 1px;
@@ -55,7 +56,7 @@ tooltip {
   background-color : #FFFFCC;
   border : 1px outset #FFFFCC;
   color: #000000;
-  font-size: smaller;
+  /* font-size: smaller; */
   padding: 2px;
   max-width: 40em;
 }
@@ -63,6 +64,7 @@ tooltip {
 .tooltip-label {
   border: 0px;
   padding: 0px;
+  margin: 0px !important;
 }
 
 tooltip[titletip="true"] {