close button
This commit is contained in:
parent
1383ba3ae6
commit
89655a37d6
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,7 @@ body, .primary-navbar .active a, .navbar, .ui-dialog {
|
|||
background: #0f161c !important;
|
||||
color: white !important;
|
||||
}
|
||||
.ui-widget-content, .ui-dialog-title, .dashboard-panel__headline a, .text-muted, h1 small, .close {
|
||||
.ui-widget-content, .ui-dialog-title, .dashboard-panel__headline a, .text-muted, h1 small {
|
||||
color: white;
|
||||
}
|
||||
input, .form-control, .splitter-bar, .splitter-pane {
|
||||
|
@ -74,6 +74,10 @@ background: black;
|
|||
.modal-content {
|
||||
background: #0f161c !important;
|
||||
}
|
||||
.close {
|
||||
color: black;
|
||||
opacity: 1;
|
||||
}
|
||||
`;
|
||||
document.body.appendChild(style);
|
||||
|
||||
|
|
Loading…
Reference in a new issue