Force grid table background to white.
This can be helpful if the overall page background is not white, in the case of batch rows etc. which use color-coding to help indicate status.
This commit is contained in:
parent
730a2a2f01
commit
aee69f5a2c
|
@ -60,6 +60,7 @@ div.grid {
|
|||
}
|
||||
|
||||
div.grid table {
|
||||
background-color: White;
|
||||
border-top: 1px solid black;
|
||||
border-left: 1px solid black;
|
||||
border-collapse: collapse;
|
||||
|
|
Loading…
Reference in a new issue