input
This commit is contained in:
parent
85d2686117
commit
677749cf3c
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ color: white !important;
|
||||||
.ui-widget-content, ui-dialog-title {
|
.ui-widget-content, ui-dialog-title {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
input {
|
input, .form-control {
|
||||||
background: black;
|
background: black;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ background: none;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.btn, .btn-default {
|
.btn, .btn-default {
|
||||||
color: #0f161c !important;
|
background: #0f161c !important;
|
||||||
}
|
}
|
||||||
.well {
|
.well {
|
||||||
background: black !important;
|
background: black !important;
|
||||||
|
|
Loading…
Reference in a new issue