Merge pull request #12662 from anemones/master

Null results in dataset now colored grey (Fix #12543)
This commit is contained in:
Deven Bansod 2016-10-25 12:58:01 +05:30 committed by GitHub
commit 262e0a47bb
2 changed files with 2 additions and 0 deletions

View File

@ -316,6 +316,7 @@ th.condition {
td.null {
font-style: italic;
text-align: <?php echo $right; ?>;
color: #7d7d7d;
}
table .valueHeader {

View File

@ -618,6 +618,7 @@ tr:last-child td.condition {
td.null {
font-style: italic;
text-align: <?php echo $right; ?>;
color: #7d7d7d;
}
table .valueHeader {