mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-25 06:28:43 -05:00
remove autotools references to the flat skin, add the classic/flat css dirs remove the flat skin
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;
|
|
}
|