Fix full-dark theme
This commit is contained in:
parent
089f9465cb
commit
3882f22c5e
1 changed files with 20 additions and 2 deletions
|
@ -1,15 +1,33 @@
|
|||
input,
|
||||
input[type='text'],
|
||||
input:not([type]),
|
||||
textarea {
|
||||
background: $ui-base-color !important;
|
||||
color: $primary-text-color !important;
|
||||
|
||||
&.setting-text {
|
||||
border-color: $darker-text-color;
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
color: lighten($dark-text-color, 36%) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.column-content-select__control,
|
||||
.button.button-secondary {
|
||||
border-color: $darker-text-color !important;
|
||||
}
|
||||
|
||||
.emoji-mart-category-label {
|
||||
color: $lighter-text-color !important;
|
||||
color: $primary-text-color !important;
|
||||
}
|
||||
|
||||
.emoji-mart-bar:first-child {
|
||||
background: lighten($classic-base-color, 36%);
|
||||
}
|
||||
|
||||
.emoji-mart-anchor-selected {
|
||||
color: $primary-text-color;
|
||||
}
|
||||
|
||||
.compose-form .compose-form__warning {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue