Implement hostapd modal dialog

This commit is contained in:
billz
2020-12-24 20:52:18 +00:00
parent 31e3afa4a4
commit 8e8ce320d4
6 changed files with 67 additions and 9 deletions

View File

@@ -119,7 +119,7 @@ a:focus, a:hover {
color: #d2d2d2;
}
.card>.card-header {
.card>.card-header, .modal-content, .modal-header {
border-color: #404040;
background-color: #202020;
color: #afafaf;
@@ -129,6 +129,10 @@ a:focus, a:hover {
font-weight: 400;
}
.modal-body {
background-color: #141414;
}
.card>.card-header .fa {
color: #202020;
}
@@ -197,11 +201,15 @@ hr {
width: 6.5rem;
}
.card-footer {
.card-footer, .modal-footer {
background-color: #202020;
border-top: 0px;
}
.modal-footer {
border-radius: 0.3rem;
}
.card>.card-header::before, .navbar-default::before {
content: " ";
display: block;