Tomato 1.28
[tomato.git] / release / src / router / www / olive.css
blob5adf6047510a5033058507b982ff29b2238f589f
1 a {
2 color: #708059;
4 a:hover {
5 background: #86bf30;
6 color: #fff;
9 input[type='button']:hover {
10 background: #86bf30;
11 color: #fff;
14 #header {
15 background: #668040;
18 #navi a {
19 color: #708059;
21 #navi a:hover {
22 background: #86bf30;
23 color: #fff;
26 #tabs a.active {
27 background: #668040;
28 color: #fff;
30 #tabs a:hover {
31 background: #86bf30;
32 color: #fff;
35 .tomato-grid .odd:hover,
36 .tomato-grid .even:hover {
37 background: #dce6cf;
39 .tomato-grid a {
40 color: #59806f;