make popup notifications and arrow panels work and look better
[themes.git] / EarlyBlue / global / button.css
index c8972b6ca169ea12e57eb80be175e3d6669ba75e..1178039efb17364e3e07986830768327f96ac22a 100644 (file)
@@ -125,11 +125,23 @@ button[disabled="true"] > .button-box {
 
 /* ::::: menu/menu-button buttons ::::: */
 
-button[type="menu-button"] {
+.button-menubutton-button,
+.button-menubutton-button:hover:active,
+.button-menubutton-button[open="true"],
+.button-menubutton-button[disabled="true"] {
   margin: 0px;
+  background-color: transparent;
   border: none;
 }
 
+button[type="menu-button"]:hover:active > .button-menubutton-button > .button-box,
+button[type="menu-button"][open="true"] > .button-menubutton-button > .button-box {
+  padding-top: 1px;
+  padding-bottom: 0px;
+  -moz-padding-start: 3px;
+  -moz-padding-end: 2px;
+}
+
 .button-menu-dropmarker,
 .button-menubutton-dropmarker {
   margin: 1px;
@@ -146,7 +158,6 @@ button[type="menu-button"] {
   -moz-margin-end: 0;
 }
 
-
 /* ::::: plain buttons ::::: */
 
 button.plain {