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