From 2280fb2028d3641877f7e239acb63a713d15e17c Mon Sep 17 00:00:00 2001 From: gilbN Date: Tue, 12 Mar 2019 21:28:59 +0100 Subject: [PATCH] feck off --- CSS/themes/graforg.css | 9 +++++++-- CSS/themes/grafplex.css | 8 ++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index 91b63fcc..c4c04f3f 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -267,11 +267,16 @@ div.flot-text { background: rgba(0, 0, 0, 0.25); } .custom-scrollbars .thumb-vertical { - background-color: rgba(0, 0, 0, 0.25); - background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)); + background-color: rgba(0, 0, 0, 0.15); + background-image: none; } .toolbar__main { color: #ffffff; background-color: rgba(0, 0, 0, 0.15); border: transparent; } + +/* Explore */ +.query-transaction { + color: #fff; +} diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index fcd0e9bd..76e28b34 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -283,8 +283,8 @@ div.flot-text { background: rgba(0, 0, 0, 0.25); } .custom-scrollbars .thumb-vertical { - background-color: rgba(0, 0, 0, 0.25); - background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)); + background-color: rgba(0, 0, 0, 0.15); + background-image: none; } .toolbar__main { color: #ffffff; @@ -332,3 +332,7 @@ border-color: #b56d16 !important; box-shadow: none; border-bottom: 0px; } +/* Explore */ +.query-transaction { + color: #fff; +}