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:
Kevin
2020-12-31 03:59:35 -06:00
committed by GitHub
parent cef3a25b71
commit 28faf0159e
+14
View File
@@ -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;
}