Tomato 1.28
[tomato.git] / release / src / router / www / bluegreen2.css
blob639d10b9631df4f29e322fa012b36298b235ac0f
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 #tabs a.active {
23 background: #003D73;
24 color: #fff;
26 #tabs a:hover {
27 background: #007B00;
28 color: #fff;
30 .tomato-grid .odd:hover,
31 .tomato-grid .even:hover {
32 background: #C4E2FF;
34 .tomato-grid a {
35 color: #004584;