Hi all.
I noticed that the tick boxes (for forms) have their own styles defined within Matrix (as below).
Where is this actual style sheet defined and is it possible to modify it? I've created a custom bodycopy for the form. This mainly composes with a few tables that have 2 columns and various rows. The questions have their own TD class but it'd be good if I was able to customise the tick boxes (answers/text boxes) a bit more.
I was looking at the source code (below).
ul.tickboxes { list-style-type: none; margin-left: 0px; padding-left: 0px; } ul.horizontal-tickboxes li { display: inline; margin-right: 15px; }
It does this everywhere I have used tick boxes...is there anyway of changing this? I'm just picky and want to define that code once in the main style sheet, rather than it being so messy.