themes/admin/css/default.css
changeset 9 1e61232606d6
parent 0 902822492a68
child 22 d0314575e2f0
--- a/themes/admin/css/default.css	Wed Jun 13 19:53:18 2007 -0400
+++ b/themes/admin/css/default.css	Sat Jun 16 18:47:06 2007 -0400
@@ -130,7 +130,7 @@
 }
 
 /* Buttons - this is CSS3 */
-input[type ^="button"], input[type ^="submit"] {
+input[type ^="button"], input[type ^="submit"], button {
   border-width: 1px;
   border-color: #666;
   border-style: solid;
@@ -144,11 +144,11 @@
   background-repeat: repeat-x;
 }
 
-input[type ^="button"]:hover, input[type ^="submit"]:hover {
+input[type ^="button"]:hover, input[type ^="submit"]:hover, button:hover {
   border-color: #999;
 }
 
-input[type ^="button"]:active, input[type ^="submit"]:active {
+input[type ^="button"]:active, input[type ^="submit"]:active, button:active {
   padding: 6px 2px 4px 4px;
   border-color: #333;
 }