Firefox 78: hide urlbar placeholder text
What's the CSS rule for hiding the urlbar placeholder text?
Thank you.
What's the CSS rule for hiding the urlbar placeholder text?
Thank you.
Ọ̀nà àbáyọ tí a yàn
You can use code like this:
/* URLBAR - placeholder */ #urlbar *|input::placeholder {opacity:.1 !important;} #urlbar *|input:focus::placeholder {opacity:0 !important}Ka ìdáhùn ni ìṣètò kíkà 👍 1
All Replies (2)
Ọ̀nà àbáyọ Tí a Yàn
You can use code like this:
/* URLBAR - placeholder */ #urlbar *|input::placeholder {opacity:.1 !important;} #urlbar *|input:focus::placeholder {opacity:0 !important}
cor-el,
Great. Thank you.