mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-07 20:55:33 +08:00
search: fix searchbox placeholder color in FF and IE #405
This commit is contained in:
parent
82d52555b0
commit
322bf829bc
@ -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…
x
Reference in New Issue
Block a user