I want to create a Stylish script, for Google Chrome that will change the notes <textarea>
size on the Google Tasks page.
The element I want to style is:
<textarea id=":2.notes-editor" class="l lc" rows="5" style=""></textarea>
Currently my Stylish script looks like this.
#2.notes-editor{
height:100px;
}
url: https://mail.google.com
For some reason it is not working.