Updated for 1.9.5
[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 /* a:hover {  text-decoration: underline } */
14
15 /* a:focus { background-color: #ccccee } */
16
17 /* 2.1 look, whatever */
18 .fsdisabled {
19   background-color: #dddddd;
20   color: #666666;
21   border: 1px solid #999999;
22   padding: 1px;
23          -moz-border-radius: 2px;
24          -webkit-border-radius: 2px;
25          border-radius: 2px;
26 }
27