Merge branch 'VLAN-GUI' into VLAN-MultiSSID
[tomato.git] / release / src / router / www / bluegreen.css
blob6e8549024c83c6acd1390470209da03243342a08
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 ul.tabs a.active,
27 #tabs a.active {
28 background: #86bf30;
29 color: #fff;
31 ul.tabs a:hover,
32 #tabs a:hover {
33 background: #96bf70;
34 color: #fff;
37 .tomato-grid .odd:hover,
38 .tomato-grid .even:hover {
39 background: #86bf30;
40 color: #fff;
42 .tomato-grid tr:hover a {
43 background: #96bf70;
44 color: #ffc;
46 .tomato-grid tr:hover a:hover {
47 background: #5C73B8;
48 color: #fff;
50 .tomato-grid a {
51 color: #405080;