mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-18 11:35:15 -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