Page 1 of 1

CSS Styles for admin pages

Posted: 2020-09-13 08:19
by SkayyHH
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

Re: CSS Styles for admin pages

Posted: 2020-09-13 21:22
by SkayyHH
solved

Re: CSS Styles for admin pages

Posted: 2020-09-14 17:12
by pfrumkin
Hi Kai,

Please describe the solution. Thanks.

~Paul

Re: CSS Styles for admin pages

Posted: 2020-09-14 17:47
by SkayyHH
close browser or clear cache to update ;-)

Re: CSS Styles for admin pages

Posted: 2024-06-15 18:22
by wilmira
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">