update both themes for suite classic changes up to 2010-08-13
[themes.git] / LCARStrek / messenger / dialogs.css
index dcc0451a78ab7cbf7afe9c9c5cb75596ba35bed0..5616572bb9af2eba6777d422a51cfabc5ebcfe3d 100644 (file)
@@ -44,7 +44,7 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ::::: button-like menus ::::: */
+
 menu.push {
   border: 1px solid #FF9F00;
   padding: 2px;
@@ -54,14 +54,12 @@ menu.push {
 }
 
 menu.push:hover:active,
-menu.push[open],
-menu.push[toggled="1"] {
+menu.push[open] {
   border-color: #FFCF00;
-  padding: 3px 1px 1px 3px;
-}
-
-menu.push[toggled="2"] {
-   background-color: #008484;
+  padding-top: 3px;
+  padding-bottom: 1px;
+  -moz-padding-start: 3px;
+  -moz-padding-end: 1px;
 }
 
 menu.push[disabled="true"],