mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-07 07:11:17 +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;
|
||||
}
|
||||
|
||||
.searchbox input:-ms-input-placeholder {
|
||||
color: rgba( 255, 255, 255, .4 );
|
||||
}
|
||||
|
||||
.searchform input:-ms-input-placeholder{
|
||||
color: rgba( 255, 255, 255, .4 );
|
||||
}
|
||||
|
@ -134,10 +134,6 @@ th {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.searchbox input::placeholder {
|
||||
color: rgba( 255, 255, 255, .4 );
|
||||
}
|
||||
|
||||
#content-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Loading…
x
Reference in New Issue
Block a user