add dialog content
This commit is contained in:
parent
0de554ba42
commit
1540adb96b
1 changed files with 10 additions and 1 deletions
|
@ -11,10 +11,19 @@
|
|||
|
||||
const style = document.createElement("style");
|
||||
style.innerHTML = `
|
||||
body, .primary-navbar .active a, .navbar, .ui-dialog {
|
||||
body, .primary-navbar .active a, .navbar, .ui-dialog, ui-widget-content {
|
||||
background: #0f161c !important;
|
||||
color: white;
|
||||
}
|
||||
.ui-dialog-titlebar-close {
|
||||
background: red;
|
||||
radius: 100%;
|
||||
color: white;
|
||||
}
|
||||
.ui-widget-header {
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
.btn, .btn-default {
|
||||
color: #0f161c !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue