From 7690345289215dd60edd28c0ba5a16942d789e22 Mon Sep 17 00:00:00 2001 From: Antoine Theriault Brunet Date: Mon, 24 Oct 2016 14:20:59 -0700 Subject: [PATCH] Null results in dataset now colored grey (#12543) Signed-off-by: Antoine Theriault Brunet --- themes/original/css/common.css.php | 1 + themes/pmahomme/css/common.css.php | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 03965b0214..eb721365b9 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -316,6 +316,7 @@ th.condition { td.null { font-style: italic; text-align: ; + color: #7d7d7d; } table .valueHeader { diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 25c626bbf1..c856f04e58 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -618,6 +618,7 @@ tr:last-child td.condition { td.null { font-style: italic; text-align: ; + color: #7d7d7d; } table .valueHeader {