mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
search: fix searchbox placeholder color in FF and IE #405
This commit is contained in:
parent
82d52555b0
commit
322bf829bc
2 changed files with 0 additions and 8 deletions
|
@ -516,10 +516,6 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchbox input:-ms-input-placeholder {
|
|
||||||
color: rgba( 255, 255, 255, .4 );
|
|
||||||
}
|
|
||||||
|
|
||||||
.searchform input:-ms-input-placeholder{
|
.searchform input:-ms-input-placeholder{
|
||||||
color: rgba( 255, 255, 255, .4 );
|
color: rgba( 255, 255, 255, .4 );
|
||||||
}
|
}
|
||||||
|
|
|
@ -134,10 +134,6 @@ th {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchbox input::placeholder {
|
|
||||||
color: rgba( 255, 255, 255, .4 );
|
|
||||||
}
|
|
||||||
|
|
||||||
#content-wrapper {
|
#content-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in a new issue