bug 77 css scoping - making skin work again
[themes.git] / EarlyBlue / global / skin / button.css
index 62b31d019d296794d4aa546deda62b00cf1a73ad..6ff34999712dc0000ea943b6b6865fb9ee50ba20 100755 (executable)
 /* outer frame */  
   button[default] 
     {
-      /* XXX this is a HACK until 'orient' is supported in CSS! XXX */
-      /* strictly speaking not necessary because default for buttonright is 
-       * to lay image out horizontally, but leaving here as a reminder to
-       * implement this feature */
-      -moz-binding        : url(chrome://global/content/xulBindings.xml#buttonright);
       font-weight         : bold;
-           list-style-image    : url("chrome://global/skin/return.gif");
+      list-style-image    : url("chrome://global/skin/return.gif");
     }
   
   button[default][disabled="true"]
     
     
     
+