diff --git a/web/templates/header.html b/web/templates/header.html
index e6319cb7..d23618f7 100644
--- a/web/templates/header.html
+++ b/web/templates/header.html
@@ -41,7 +41,7 @@
}
.top thead td {
- background: #666;
+ background: #505050;
border-bottom: 1px solid #fff;
height: 25px;
text-align: right;
@@ -336,19 +336,19 @@
.data-row:hover {
margin: 0;
- background-color: #f7f6ed;
+ background-color: #f2f2e9;
}
.datarowhover {
margin: 0;
- background-color: #f7f6ed;
+ background-color: #f2f2e9;
}
.data-null {
margin: 0;
width: 990px;
height: 10px;
- border-top:1px dotted #e3e3e3;
+ border-top:1px dotted #d3d3d3;
}
.data-spacer {
@@ -358,7 +358,7 @@
.data-add {
margin: 0;
- background-color: #f7f6ed;
+ background-color: #f2f2e9;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
@@ -367,7 +367,7 @@
.data-dotted {
text-align: left;
vertical-align:top;
- border-top:1px dotted #e3e3e3;
+ border-top:1px dotted #d3d3d3;
padding: 0 0 26px 0;
margin: 0;
}
@@ -431,7 +431,7 @@
.data-controls {
float: right;
height: 16px;
- border-left: 1px solid #e3e3e3;
+ border-left: 1px solid #d3d3d3;
font-size: 8pt;
padding: 2px 12px 1px 6px;
letter-spacing: 0.1em;
@@ -513,8 +513,7 @@
vertical-align:top;
line-height: 1.2em;
font-size: 10pt;
- color: #484243;
- color: #5c5455;
+ color: #505050;
}
.cron-counter-name {
@@ -522,15 +521,14 @@
line-height: 0.8em;
font-size: 8pt;
padding: 4 0 0 0;
- color: #484243;
- color: #5c5455;
+ color: #505050;
}
.counter-value {
vertical-align:top;
line-height: 1.2em;
font-size: 10pt;
- color: black;
+ color: #000;
padding: 0 0 0 4px;
}