mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-11 02:16:44 -04:00
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: #000000;
|
|
}
|
|
|
|
tr.normal {
|
|
background-color: #222222;
|
|
}
|