This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Cpt.Meatball
I've been struggling to add the padded-pane
css-class to back-end secondary tabs. I see it at the rainlab blog plugin, but I can't seem to get the location where it's added to the dom. I've checked the yamls and controllers, but can't find it.
Anyone?
Last updated
Serge Smirnov
Rainlab blog plugin uses js script for adding classes.
/assets/js/post-form.js: $('#Form-secondaryTabs .tab-pane.layout-cell:not(:first-child)').addClass('padded-pane')
Last updated
1-3 of 3