Hy
I am trying to resize a RangeWidget, but my css seems to be ignored
for information, here is the css I use :
.slidetest {
width: 10%;
}
and here is my widget’s code :
<$range class="slidetest" field="lifePoints_current" min="0" max={{!!life points}} default="1" increment="1"/>
I also tried with a standard html slider and it still doesn’t work in tiddlywiki, but work perfectly in a simple .html.
Is it possible to apply css to a RangeWidget slider in tiddlywiki ?