16 lines
315 B
CSS
16 lines
315 B
CSS
|
#contentTable.major .colId, #contentTable.major .colType, #contentTable.major .colTimeStamp, #contentTable.major .colTimeDelta, #contentTable.major .colScore {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
tr.alarm {
|
||
|
background-color: #fa8072;
|
||
|
}
|
||
|
|
||
|
tr.bulk {
|
||
|
background-color: #cccccc;
|
||
|
}
|
||
|
|
||
|
tr.normal {
|
||
|
background-color: #ffffff;
|
||
|
}
|