Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Admin Panel Icons
-
- Rank: Registered User
- Registered: Dec 03, 2008
- Last visit: Dec 11, 2008
- Posts: 3
Does anyone know where the icons used by the admin panel are located or if they can be replaced? They don't work so well on dark backgrounds. -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
Easiest way to find out where they are is to right click on the image and view properties. And yes they can be changed.
--
Home Page | Find on Facebook | Follow on Twitter
-
- Rank: Developer
- Registered: Jan 24, 2004
- Last visit: Oct 21, 2009
- Posts: 121
If you insert this
Code
.pn-admincontainer img { background-color:#fff;padding:5px;}
in the /system/Admin/pnstyle/admin.css it should be better.
Regards
--
Petzi-Juist :: ... welcome to my digital world ... -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
The current iconset is not good with dark backgrouds at all.
In general, we need alternative stylesheets for sites with dark backgrounds.
Currently there's a file /system/Admin/pnstyle/admin_dark.css and seems that you need to add those styles in the end of the admin.css. Note that any solution that implies to modify /system files is not good for maintainability. You should create a new folder: /config/styles/Admin and put there your customized admin.css to not have problems upgrading the /system folder and do not lost your changes.
Also, you can go to the "Admin" module panel and choose another theme for the backend.
Dark backgrounds needs some attention...
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Registered User
- Registered: Dec 03, 2008
- Last visit: Dec 11, 2008
- Posts: 3
Thanks for the above.
I know customized module templates go in .."themename"/templates/modules/"modulename", but where do the modified CSS files for each module go? I just tried the above suggestion, but the changes didn't appear. Im guessing I had the file in the wrong directories.
edited by: tetrabite, Dec 06, 2008 - 04:45 PM -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
Yes, Zikula is too ordered and there's a folder for styles only:
"YourTheme"/style/"ModuleName"/"filename".css
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Team Member
- Registered: Dec 07, 2003
- Last visit: May 09, 2010
- Posts: 2703
Yup, this logic at first is a little counter intuitive, at least it was for me. But once you are accustomed to it, it does seem to make sense. It allows for shorter pathways and a centralized CSS templating directory.
--
David Pahl
Zikula Support Team -
- Rank: Registered User
- Registered: Dec 03, 2008
- Last visit: Dec 11, 2008
- Posts: 3
- Moderated by:
- Support
