URLbar icons for feed etc. should have a margin at the end
[themes.git] / EarlyBlue / global / popup.css
index f138cf514e5a9e8ab15ca1e3cb1fcc962c44325c..00233295dee846ed690026942815ed765eec0980 100644 (file)
@@ -44,7 +44,8 @@
 /* ::::: menupopup ::::: */
 
 menupopup,
-popup {
+popup,
+panel {
   border: 1px outset #CCD0DD;
   padding: 1px;
   min-width: 1px;
@@ -82,3 +83,8 @@ menulist > menupopup,
   padding: 0px;
   background-color: white;
 }
+
+menupopup > menu > menupopup,
+popup > menu > menupopup {
+  margin-top: -2px;
+}