mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-02 05:06:41 -04:00
17 lines
349 B
CSS
17 lines
349 B
CSS
#contentTable.major .colId, #contentTable.major .colType, #contentTable.major .colTimeStamp, #contentTable.major .colTimeDelta, #contentTable.major .colScore {
|
|
text-align: center;
|
|
}
|
|
|
|
tr.alarm {
|
|
background-color: var(--alarmBG);
|
|
color: var(--alarmText);
|
|
}
|
|
|
|
tr.bulk {
|
|
background-color: #cccccc;
|
|
}
|
|
|
|
tr.normal {
|
|
background-color: #ffffff;
|
|
}
|