mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-16 11:59:45 -04: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
|
|
}
|