Skip to content

Commit 73ed112

Browse files
committed
increasing hover contrast
1 parent 02b549f commit 73ed112

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

web/templates/header.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242

4343
.top thead td {
44-
background: #666;
44+
background: #505050;
4545
border-bottom: 1px solid #fff;
4646
height: 25px;
4747
text-align: right;
@@ -336,19 +336,19 @@
336336

337337
.data-row:hover {
338338
margin: 0;
339-
background-color: #f7f6ed;
339+
background-color: #f2f2e9;
340340
}
341341

342342
.datarowhover {
343343
margin: 0;
344-
background-color: #f7f6ed;
344+
background-color: #f2f2e9;
345345
}
346346

347347
.data-null {
348348
margin: 0;
349349
width: 990px;
350350
height: 10px;
351-
border-top:1px dotted #e3e3e3;
351+
border-top:1px dotted #d3d3d3;
352352
}
353353

354354
.data-spacer {
@@ -358,7 +358,7 @@
358358

359359
.data-add {
360360
margin: 0;
361-
background-color: #f7f6ed;
361+
background-color: #f2f2e9;
362362
border-left: 1px solid #e9e9e9;
363363
border-right: 1px solid #e9e9e9;
364364
border-bottom: 1px solid #e9e9e9;
@@ -367,7 +367,7 @@
367367
.data-dotted {
368368
text-align: left;
369369
vertical-align:top;
370-
border-top:1px dotted #e3e3e3;
370+
border-top:1px dotted #d3d3d3;
371371
padding: 0 0 26px 0;
372372
margin: 0;
373373
}
@@ -431,7 +431,7 @@
431431
.data-controls {
432432
float: right;
433433
height: 16px;
434-
border-left: 1px solid #e3e3e3;
434+
border-left: 1px solid #d3d3d3;
435435
font-size: 8pt;
436436
padding: 2px 12px 1px 6px;
437437
letter-spacing: 0.1em;
@@ -513,24 +513,22 @@
513513
vertical-align:top;
514514
line-height: 1.2em;
515515
font-size: 10pt;
516-
color: #484243;
517-
color: #5c5455;
516+
color: #505050;
518517
}
519518

520519
.cron-counter-name {
521520
vertical-align:top;
522521
line-height: 0.8em;
523522
font-size: 8pt;
524523
padding: 4 0 0 0;
525-
color: #484243;
526-
color: #5c5455;
524+
color: #505050;
527525
}
528526

529527
.counter-value {
530528
vertical-align:top;
531529
line-height: 1.2em;
532530
font-size: 10pt;
533-
color: black;
531+
color: #000;
534532
padding: 0 0 0 4px;
535533
}
536534

0 commit comments

Comments
 (0)