I'm so pissed with the dialog
This commit is contained in:
parent
bdac254ad6
commit
5017cb95dc
1 changed files with 4 additions and 1 deletions
|
@ -11,10 +11,13 @@
|
||||||
|
|
||||||
const style = document.createElement("style");
|
const style = document.createElement("style");
|
||||||
style.innerHTML = `
|
style.innerHTML = `
|
||||||
body, .primary-navbar .active a, .navbar, .ui-dialog, ui-widget-content {
|
body, .primary-navbar .active a, .navbar, .ui-dialog {
|
||||||
background: #0f161c !important;
|
background: #0f161c !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
.ui-widget-content {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
.ui-dialog-titlebar-close {
|
.ui-dialog-titlebar-close {
|
||||||
background: red !important;
|
background: red !important;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
|
|
Loading…
Reference in a new issue