ui bug fix
This commit is contained in:
parent
0d9189bc4e
commit
a7101883a6
|
@ -42,6 +42,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
#search.input {
|
||||
@include themify($themes) {
|
||||
background-color: themed("search-background-color");
|
||||
}
|
||||
}
|
||||
|
||||
.search {
|
||||
.input {
|
||||
&::-ms-clear {
|
||||
|
|
|
@ -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");
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue