tab
This commit is contained in:
parent
44767c9f7a
commit
0034ed6369
1 changed files with 2 additions and 2 deletions
|
@ -11,14 +11,14 @@
|
|||
|
||||
const style = document.createElement("style");
|
||||
style.innerHTML = `
|
||||
body, .primary-navbar .active, .navbar, .ui-dialog {
|
||||
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 {
|
||||
color: white;
|
||||
}
|
||||
input, .form-control, .splitter-bar, .splitter-pane {
|
||||
input, .form-control, .splitter-bar, .splitter-pane, .active li {
|
||||
background: black;
|
||||
color: white;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue