mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Implement dark theme on the modal dialogs (#1674)
* Implement dark theme on the modal dialogs Signed-off-by: Kevin Lopez <g.lopezkevin@gmail.com>
This commit is contained in:
@@ -527,3 +527,17 @@ fieldset[disabled] .form-control {
|
||||
background-color: #353c42bb;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background: #272c30;
|
||||
}
|
||||
.modal-header {
|
||||
border-bottom-color: #353c42;
|
||||
}
|
||||
.modal-footer {
|
||||
border-top-color: #353c42;
|
||||
}
|
||||
|
||||
.close {
|
||||
color: #383838;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user