Update NPMDarkMode.css
This commit is contained in:
parent
e024161f0e
commit
488cc32ff2
1 changed files with 13 additions and 11 deletions
|
@ -35,26 +35,28 @@
|
||||||
background-color: #363636;
|
background-color: #363636;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectize-input, .selectize-control.single, .selectize-input.input-active {
|
.selectize-input,
|
||||||
background: #363636 !important;
|
.selectize-control.single,
|
||||||
|
.selectize-input.input-active {
|
||||||
|
background: #363636 !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectize-dropdown .active {
|
.selectize-dropdown .active {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #363636;
|
background-color: #363636;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-switch-indicator {
|
.custom-switch-indicator {
|
||||||
background: #363636;
|
background: #363636;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-switch-description {
|
.custom-switch-description {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
background-color: #363636;
|
background-color: #363636;
|
||||||
|
|
Loading…
Reference in a new issue