Reputation: 3018
I've got the following in the XML file
<Button id="note" text="" tap="onNote" class="my-note" />
In the css file, I have:
Button[class='my-note'] {font-family: 'FontAwesome'; }
This doesn't seem to work - but id selector does work.
Button[id='note'] {}
Upvotes: 0
Views: 101