mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-14 17:44:40 -04:00
Fix: Color of some buttons on a dark skin (skin.css)
This commit is contained in:
@@ -157,7 +157,7 @@ fieldset {
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
|
||||
input, textarea, select, button, .btn-primary {
|
||||
input, textarea, select, button, .btn-primary, .btn-normal, .btn-normal:link {
|
||||
background-color: rgb(68,68,68);
|
||||
border-color: var(--gray);
|
||||
color: #dddddd;
|
||||
|
||||
Reference in New Issue
Block a user