Tomato 1.28
[tomato/k99.git] / release / src / router / www / bluegreen.css
blob163ae758b4cf761edd3b5722b8a211fbe6e41703
1 a {
2 color: #405080;
4 a:hover {
5 background: #86bf30;
6 color: #fff;
9 input[type='button']:hover {
10 background: #86bf30;
11 color: #fff;
14 #header {
15 background: #5C73B8;
18 #navi a {
19 color: #405080;
21 #navi a:hover {
22 background: #86bf30;
23 color: #fff;
26 #tabs a.active {
27 background: #86bf30;
28 color: #fff;
30 #tabs a:hover {
31 background: #96bf70;
32 color: #fff;
35 .tomato-grid .odd:hover,
36 .tomato-grid .even:hover {
37 background: #86bf30;
38 color: #fff;
40 .tomato-grid tr:hover a {
41 background: #96bf70;
42 color: #ffc;
44 .tomato-grid tr:hover a:hover {
45 background: #5C73B8;
46 color: #fff;
48 .tomato-grid a {
49 color: #405080;