MiniDLNA update: 1.0.19.1 to 1.0.20
[tomato.git] / release / src / router / www / bluegreen2.css
bloba960b5fc352b7099aeb93f91e2c09d6641ca2f32
1 a {
2 color: #004584;
4 a:hover {
5 background: #007B00;
6 color: #fff;
8 input[type='button']:hover {
9 background: #007B00;
10 color: #fff;
12 #header {
13 background: #003D73;
15 #navi a {
16 color: #004584;
18 #navi a:hover {
19 background: #007B00;
20 color: #fff;
22 ul.tabs a.active,
23 #tabs a.active {
24 background: #003D73;
25 color: #fff;
27 ul.tabs a:hover,
28 #tabs a:hover {
29 background: #007B00;
30 color: #fff;
32 .tomato-grid .odd:hover,
33 .tomato-grid .even:hover {
34 background: #C4E2FF;
36 .tomato-grid a {
37 color: #004584;