Revert "Build: fpkg: fix creating Belkin images"
[tomato.git] / release / src / router / www / bluegreen.css
blob0ffc4cae79e2bcedb30d614641aaf9310e0fb4fd
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;
54 .about {
55 margin:20px 20px;