MiniDLNA update: 1.0.19.1 to 1.0.20
[tomato.git] / release / src / router / www / blue.css
blob65f0b9591c24d74b96fce15ccfdd0f531bdbbaa4
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;