I tried to change the css styles of the admin.
When I write styles in the "adminStyles.css" file, these have no effect on the admin pages.
What is the "adminStyles.css" intended for and where can I store custom styles for the admin?
Thanks you very much, Kai
CSS Styles for admin pages
Re: CSS Styles for admin pages
Hi Kai,
Please describe the solution. Thanks.
~Paul
Please describe the solution. Thanks.
~Paul
Re: CSS Styles for admin pages
close browser or clear cache to update 

Re: CSS Styles for admin pages
Just add the style page: "adminStyles.css" to your admin/incHeader.php with a <link>
Code: Select all
<link rel="stylesheet" href="<?php echo PREPEND_PATH; ?>adminStyles.css">