html - How do I create a userstyle for Google Chrome and the Google Tasks website? -
i want create stylish script, google chrome alter notes <textarea>
size on the google tasks page.
the element want style is:
<textarea id=":2.notes-editor" class="l lc" rows="5" style=""></textarea>
stylish script looks this.
#2.notes-editor{ height:100px; } url: https://mail.google.com
for reason not working.
did seek forcing !important
?
#2.notes-editor{ height:100px !important; }
if doesn't work, maybe because textarea
within iframe
(i've read css styling within iframe on chrome isn't working expected).
html css google-chrome-extension userscripts stylish
No comments:
Post a Comment