Egnarts94 / JEM-Project

JEM - an Event Manager for Joomla
0 stars 2 forks source link

Backend Style not Applied in Admin Views #56

Open depebo opened 5 years ago

depebo commented 5 years ago

Custom backend style sheet is only applied in site views, not admin. All admin view still use JHtml::_('stylesheet', 'com_jem/backend.css', array(), true); to load CSS instead of JemHelper::loadCss('backend'); Change would affect 25 view.html.php files.