Change CSS of a single form or subform
Posted: Sat Apr 11, 2015 9:56 pm
Im trying to change the css properties on a form or subform. I imagine it can be done with jquery. Please help me out.
Is something like this right?
Where should it be added?
Here is a screenshot of what Im trying to change.

Is something like this right?
Code: Select all
$('#objects_itemsf').css({
'overflow-x': 'scroll'
});
Here is a screenshot of what Im trying to change.
