Update NPMDarkMode.css
This commit is contained in:
parent
99f01535e9
commit
e024161f0e
1 changed files with 24 additions and 4 deletions
|
@ -26,15 +26,35 @@
|
||||||
background-color: #494949;
|
background-color: #494949;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control {
|
.form-control,
|
||||||
background-color: #232323;
|
.form-control:focus,
|
||||||
}
|
.form-control::placeholder,
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
opacity: 1;
|
||||||
background-color: #363636;
|
background-color: #363636;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.selectize-input, .selectize-control.single, .selectize-input.input-active {
|
||||||
|
background: #363636 !important;
|
||||||
|
color: #fff;
|
||||||
|
cursor: text;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.selectize-dropdown .active {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #363636;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-switch-indicator {
|
||||||
|
background: #363636;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-switch-description {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
background-color: #363636;
|
background-color: #363636;
|
||||||
|
|
Loading…
Reference in a new issue