Hi,
I'm trying to create a class for buttons.
The only difference with a standard button is the background color : I want it light green.
So I create a tiddler, tagged with
$:/tags/Stylesheet :
html body.tc-body .ens-btn svg { fill:#66ff33; color: #66ff33; }
html body.tc-body .ens-btn:hover svg { fill: #33cc33;}
When I inspect the button, the class attribute is "ens-btn" but this class does not seem to be defined, and the button looks like a standard button.
Any idea of what could be wrong ?
Thanks
FrD