Has anyone had luck changing the background color of the Perspective Alarm Status Table and/or the Alarm Journal Table? In-line styling or applying styling classes don’t seem to work when trying to change the background color.
I saw a relevant forum post and I added this to the base stylesheet.css and it works on portions of the table header, but when I close and reopen my alarm view, the tables revert to their standard gray color. Mileage seems to vary, other devs on their own designers don’t even see the changes.
.ia_table__body {
background-color:#FAFAFA;
}.ia_table__body__emptyMessage {
background-color:#FAFAFA;
}
Alarm Status Table with above css styling applied
Alarm Journal Table with above css styling applied
Unfortunately, (1) it doesn’t apply to the whole table and (2) it reverts to the original color the moment I close and reopen the view. Anyone else experience this or know of a fix/workaround? Thanks

