fix inadvertant button styling
[freeside.git] / httemplate / elements / freeside.css
1 * {
2   font-family: Arial, Verdana, Helvetica, sans-serif;
3   /* font-family: Verdana, Arial, Helvetica, sans-serif; */
4 }
5
6 A:link IMG, A:visited { border-style: none }
7 /* A:focus {text-decoration: underline } */
8
9 a:link, a:visited {
10   /* text-decoration: none; */
11   color: #000000;
12
13
14 a:hover {
15   text-decoration: underline;
16   color: #7e0079;
17 }
18
19 textarea, input[type="text"] {
20   border: 1px solid #666666;
21   padding: 1px;
22 }
23
24 textarea:hover, input[type="text"]:hover {
25   border: 1px solid #7e0079;
26   padding: 1px;
27 }
28
29 textarea:focus, input[type="text"]:focus {
30   background-color: #ffffdd;
31   border: 1px solid #7e0079;
32 }
33
34 input[type="reset"]:hover, input[type="submit"]:hover, input[class="button"]:hover {
35   /* border: 1px solid #7e0079; */
36   color: #7e0079;
37 }
38
39 /* a:focus { background-color: #ccccee } */
40