[Glitch] Fix search box color on light theme
Port fa9574086d
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
main
parent
2c386d4cfe
commit
0f756eaed2
|
@ -80,6 +80,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.search__input,
|
.search__input,
|
||||||
|
.search__popout,
|
||||||
.setting-text,
|
.setting-text,
|
||||||
.report-dialog-modal__textarea,
|
.report-dialog-modal__textarea,
|
||||||
.audio-player {
|
.audio-player {
|
||||||
|
@ -439,7 +440,8 @@ html {
|
||||||
.directory__tag > div,
|
.directory__tag > div,
|
||||||
.card > a,
|
.card > a,
|
||||||
.page-header,
|
.page-header,
|
||||||
.compose-form .compose-form__warning {
|
.compose-form,
|
||||||
|
.compose-form__warning {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -545,12 +547,17 @@ html {
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compose-form .spoiler-input__input {
|
.compose-form,
|
||||||
|
.spoiler-input__input,
|
||||||
|
.search__input,
|
||||||
|
.search__popout {
|
||||||
color: lighten($ui-highlight-color, 8%);
|
color: lighten($ui-highlight-color, 8%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.compose-form .autosuggest-textarea__textarea,
|
.compose-form .autosuggest-textarea__textarea,
|
||||||
.compose-form__highlightable,
|
.compose-form__highlightable,
|
||||||
|
.search__input,
|
||||||
|
.search__popout,
|
||||||
.poll__option input[type='text'] {
|
.poll__option input[type='text'] {
|
||||||
background: darken($ui-base-color, 10%);
|
background: darken($ui-base-color, 10%);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue