RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / ballard / base.css
1 a {
2   color: #000;
3   text-decoration: none;
4 }
5
6
7 a:visited {
8     color: #666;
9 }
10
11 a:hover  {
12   text-decoration: underline;
13 }
14
15 textarea:focus, input:focus {   background-color: #ffd; }