mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-20 06:37:59 +01:00
fix header color
This commit is contained in:
parent
d5a7653393
commit
f8fa39de04
1 changed files with 9 additions and 0 deletions
|
@ -113,6 +113,15 @@ select.header__input, select.header__input:focus {
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix webkit's invisible coloring of the search bar */
|
||||||
|
.header__input--search:-webkit-autofill,
|
||||||
|
.header__input--search:-webkit-autofill:hover,
|
||||||
|
.header__input--search:-webkit-autofill:focus {
|
||||||
|
-webkit-text-fill-color: $text_light_color;
|
||||||
|
box-shadow: 0 0 0px 1000px $header_field_color inset;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
.header__search__button {
|
.header__search__button {
|
||||||
border: none;
|
border: none;
|
||||||
// Chrome loves extra padding for some reason
|
// Chrome loves extra padding for some reason
|
||||||
|
|
Loading…
Reference in a new issue