More constrast fixes

This commit is contained in:
Mike Perham 2020-08-25 09:10:57 -07:00
parent 9b79ed628e
commit fc37c652bd
2 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ table {
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #444;
background-color: #333;
}
.table-bordered,
@ -52,7 +52,7 @@ table {
}
.table-hover > tbody > tr:hover {
background-color: #555;
background-color: #444;
}
.alert {

View File

@ -758,7 +758,7 @@ div.interval-slider input {
font-family: Arial, sans-serif;
border-radius: 3px;
padding: 6px;
opacity: .5;
opacity: .7;
border: 1px solid #e0e0e0;
font-size: 12px;
position: absolute;
@ -973,7 +973,7 @@ div.interval-slider input {
}
.rickshaw_graph .y_ticks text,
.rickshaw_graph .x_ticks_d3 text {
opacity: .5;
opacity: .7;
font-size: 12px;
pointer-events: none
}