CSS classes cleaned up, templates simplified:
[mailer.git] / theme / default / css / general.css
index ec294ad5981a0f43c97bd31fd4f42fd624185c13..4fe26ebf774f0633e2479d224a916c75e8f4d77c 100644 (file)
@@ -50,17 +50,15 @@ A:hover {
 input, textarea {
        color: #009900;
        background-color: #eeffee;
-       border: 1px solid #00aa44;
+       border: 1px groove #00aa44;
        text-decoration: none;
-       border-style: groove;
 }
 
 select, option {
        background-color: #eeffee;
-       border: solid 1px #009900;
+       border: groove 1px #009900;
        color: #00aa44;
        text-decoration: none;
-       border-style: groove;
 }
 
 input:hover, textarea:hover {
@@ -84,8 +82,7 @@ ul,ol {
 }
 
 .admin_reset, .guest_reset, .member_reset {
-       border-style: groove;
-       border: solid 1px #009900;
+       border: groove 1px #009900;
        color: #00aa44;
        cursor: pointer;
 }
@@ -155,7 +152,7 @@ DIV.admin_note {
 }
 
 .admin_select, .guest_select, .member_select {
-       border: solid 1px #009900;
+       border: groove 1px #009900;
        background-color: #eeffee;
 }
 
@@ -270,8 +267,7 @@ a.admin_logout {
 }
 
 .admin_normal, .guest_normal, .member_normal {
-       border-style: solid;
-       border: solid 1px #009900;
+       border: groove 1px #009900;
 }
 
 .member_stats {
@@ -485,8 +481,7 @@ ul.copyright_box {
 }
 
 .admin_delete, .admin_yes {
-       border-style: groove;
-       border: solid 1px #00aa00;
+       border: groove 1px #00aa00;
        background-color: #aa0044;
        color: #ddeedd;
        cursor: pointer;