summaryrefslogtreecommitdiff
path: root/rt/share/static/css/freeside4/base.css
blob: 2217bfa0f5e58effc02d8c114aa4c609a4653c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
a {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #666
}

a:hover {
    text-decoration: underline
}

textarea:focus,
input:focus {
    background-color: #ffd
}