mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-24 14:08:49 -05:00
10 lines
193 B
CSS
10 lines
193 B
CSS
@import url("default.css");
|
|
|
|
div.admonition-note {
|
|
border-top: 2px solid red;
|
|
border-bottom: 2px solid red;
|
|
border-left: 2px solid red;
|
|
border-right: 2px solid red;
|
|
background-color: #ff6347
|
|
}
|