I'm having difficulty implementing a custom cursor on my webkit pulltab. While I am able to change other properties like background color, the CSS "cursor" property remains unchangeable:
#sessionbuilder::-webkit-resizer {
background: #000;
cursor: help !important;
}