From 7df4a8d9baff91106dff0b90ce4d431aaddaf7aa Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 13 Oct 2018 19:52:06 +0200 Subject: [PATCH] more config work --- CSS/themes/grafplex.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index 83ef7354..ae337e70 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -54,6 +54,12 @@ color:#FFFFFF !important; .filter-table tbody tr:nth-child(odd) { background: hsla(0,0%,100%,.08) !important; } +.cta-form { + background-color: rgba(0, 0, 0, 0.25) !important; +} +.empty-list-cta { + background-color: rgba(0, 0, 0, .25) !important; +} /* sidemenu */ .sidemenu-open .sidemenu { @@ -107,7 +113,10 @@ color:#FFFFFF !important; background-color: #09090b !important; } .gf-form-select-wrapper .gf-form-input { - background-color: #393a3b !important; + background-color: #00000000 !important; +} +.gf-form-select-wrapper { + background-color: hsla(0,0%,100%,.08) !important; } /* Variable label color */