fix inadvertant button styling
authorivan <ivan>
Sun, 21 Mar 2010 23:56:20 +0000 (23:56 +0000)
committerivan <ivan>
Sun, 21 Mar 2010 23:56:20 +0000 (23:56 +0000)
httemplate/elements/freeside.css

index 73434f3..f96fcc8 100644 (file)
@@ -16,15 +16,25 @@ a:hover {
   color: #7e0079;
 }
 
-textarea, input {
+textarea, input[type="text"] {
   border: 1px solid #666666;
   padding: 1px;
 }
 
-textarea:focus, input:focus {
+textarea:hover, input[type="text"]:hover {
+  border: 1px solid #7e0079;
+  padding: 1px;
+}
+
+textarea:focus, input[type="text"]:focus {
   background-color: #ffffdd;
   border: 1px solid #7e0079;
 }
 
+input[type="reset"]:hover, input[type="submit"]:hover, input[class="button"]:hover {
+  /* border: 1px solid #7e0079; */
+  color: #7e0079;
+}
+
 /* a:focus { background-color: #ccccee } */