fix a few about: styles while working on further ones
[themes.git] / EarlyBlue / global / popup.css
index 67113ca2907ad71c58ea1aafee25b14c6917a8af..1661efb5c5b21a13bec2c001dc28271c12186e66 100644 (file)
@@ -61,12 +61,6 @@ tooltip {
   max-width: 40em;
 }
 
-.tooltip-label {
-  border: 0px;
-  padding: 0px;
-  margin: 0px !important;
-}
-
 tooltip[titletip="true"] {
   /* See bug 32157 comment 128
    * margin: -2px 0px 0px -3px;
@@ -83,3 +77,8 @@ menulist > menupopup,
   padding: 0px;
   background-color: white;
 }
+
+menupopup > menu > menupopup,
+popup > menu > menupopup {
+  margin-top: -2px;
+}