mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-29 11:12:04 -04:00
Set color "background" and "text" for "tr.alarm" from variables (frames.css)
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
}
|
||||
|
||||
tr.alarm {
|
||||
background-color: #fa8072;
|
||||
background-color: var(--alarmBG);
|
||||
color: var(--alarmText);
|
||||
}
|
||||
|
||||
tr.bulk {
|
||||
|
||||
Reference in New Issue
Block a user