ui bug fix

This commit is contained in:
zzossig 2020-01-25 04:36:42 +09:00
parent 0d9189bc4e
commit a7101883a6
3 changed files with 8 additions and 2 deletions

View File

@ -42,6 +42,12 @@
}
}
#search.input {
@include themify($themes) {
background-color: themed("search-background-color");
}
}
.search {
.input {
&::-ms-clear {

View File

@ -37,7 +37,7 @@
@include truncate($grid_main_side_width + $grid_main_side_unit);
@include themify($themes) {
color: themed("search-color");
background-color: themed("search-background-color");
background-color: inherit;
@include input-placeholder {
font-family: $title-font;
color: themed("search-placeholder-color");