From fc37c652bd46b0722553a944cf476dc3d07a387c Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Tue, 25 Aug 2020 09:10:57 -0700 Subject: [PATCH] More constrast fixes --- web/assets/stylesheets/application-dark.css | 4 ++-- web/assets/stylesheets/application.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/assets/stylesheets/application-dark.css b/web/assets/stylesheets/application-dark.css index 58afac09..22437acc 100644 --- a/web/assets/stylesheets/application-dark.css +++ b/web/assets/stylesheets/application-dark.css @@ -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 { diff --git a/web/assets/stylesheets/application.css b/web/assets/stylesheets/application.css index bcfaa4a6..9df3c69d 100644 --- a/web/assets/stylesheets/application.css +++ b/web/assets/stylesheets/application.css @@ -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 }