Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / www / pumpkin.css
blobd3cc781c6cb14a2588e639fef1a286b04e6f9413
1 a {
2 color: #b35a00;
4 a:hover {
5 background: #ff8000;
6 color: #fff;
9 input[type='button']:hover {
10 background: #ff8000;
11 color: #fff;
14 #header {
15 background: #b35a00;
18 #navi a {
19 color: #b35a00;
21 #navi a:hover {
22 background: #ff8000;
23 color: #fff;
26 ul.tabs a.active,
27 #tabs a.active {
28 background: #b35a00;
29 color: #fff;
31 ul.tabs a:hover,
32 #tabs a:hover {
33 background: #ff8000;
34 color: #fff;
37 .tomato-grid .odd:hover,
38 .tomato-grid .even:hover {
39 background: #FFD9BF;
41 .tomato-grid a {
42 color: #b35a00;