Ich versuche mich derzeit an einem umstylen der Google Seite und möchte dazu gerne in einen input einen placeholder reinschreiben.
Es geht um diesen Input:
Code
<input class="gsfi lst-d-f" id="lst-ib" maxlength="2048" name="q" autocomplete="off" title="Suche" type="text" value="" aria-label="Suche" aria-haspopup="false" role="combobox" aria-autocomplete="both" dir="ltr" spellcheck="false" style="border: none; padding: 0px; margin: 0px; height: auto; width: 100%; background-image: url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D); background-color: transparent; position: absolute; z-index: 6; left: 0px; outline: none; background-position: initial initial; background-repeat: initial initial;">
Daher habe ich diesen Code hinzugefügt:
Damit will es aber irgendwie nicht funktionieren, schreibe ich es aber in das input via Entwickler-Tools rein wird es korrekt angezeigt.
Weiss jemand wie ich das in eine Stylish Seite reinschreiben muss?