Revert "Build: fpkg: fix creating Belkin images"
[tomato.git] / release / src / router / www / blue.css
blobcb970b33875d9d164eeeecb807f016c206b97ba5
1 a {
2 color: #405080;
4 a:hover {
5 background: #3054bf;
6 color: #fff;
9 input[type='button']:hover {
10 background: #3054bf;
11 color: #fff;
14 #header {
15 background: #5C73B8;
18 #navi a {
19 color: #405080;
21 #navi a:hover {
22 background: #3054bf;
23 color: #fff;
26 ul.tabs a.active,
27 #tabs a.active {
28 background: #5C73B8;
29 color: #fff;
31 ul.tabs a:hover,
32 #tabs a:hover {
33 background: #3054bf;
34 color: #fff;
37 .tomato-grid .odd:hover,
38 .tomato-grid .even:hover {
39 background: #cfd4e6;
41 .tomato-grid a {
42 color: #405080;
45 .about {
46 margin:20px 20px;