text boxes
This commit is contained in:
parent
5017cb95dc
commit
85d2686117
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@ body, .primary-navbar .active a, .navbar, .ui-dialog {
|
||||||
background: #0f161c !important;
|
background: #0f161c !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
.ui-widget-content {
|
.ui-widget-content, ui-dialog-title {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
input {
|
||||||
|
background: black;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.ui-dialog-titlebar-close {
|
.ui-dialog-titlebar-close {
|
||||||
|
|
Loading…
Reference in a new issue