Merge pull request #12662 from anemones/master
Null results in dataset now colored grey (Fix #12543)
This commit is contained in:
commit
262e0a47bb
@ -316,6 +316,7 @@ th.condition {
|
||||
td.null {
|
||||
font-style: italic;
|
||||
text-align: <?php echo $right; ?>;
|
||||
color: #7d7d7d;
|
||||
}
|
||||
|
||||
table .valueHeader {
|
||||
|
||||
@ -618,6 +618,7 @@ tr:last-child td.condition {
|
||||
td.null {
|
||||
font-style: italic;
|
||||
text-align: <?php echo $right; ?>;
|
||||
color: #7d7d7d;
|
||||
}
|
||||
|
||||
table .valueHeader {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user