fix link hover effect so it doesn't underline A NAME tags
[freeside.git] / httemplate / elements / freeside.css
index c310e2f..fc246f5 100644 (file)
@@ -10,7 +10,31 @@ a:link, a:visited {
   /* text-decoration: none; */
   color: #000000;
 } 
-/* a:hover {  text-decoration: underline } */
+
+a[href]:hover {
+  text-decoration: underline;
+  color: #7e0079;
+}
+
+textarea, input[type="text"] {
+  border: 1px solid #666666;
+  padding: 1px;
+}
+
+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 } */