Is there an easy way to change the theme of the backend?

edited May 2013 in Feature Requests
I'd like to change the design for the backend.. it seems like an enormous task.... anyone ever try this? I'm hoping to implement something like http://www.eakroko.de/flat/

Comments

  • edited May 2013
    You would need to alter the fuel.css or add an $config['xtra_css'] in your MY_fuel.php which points to an additional CSS file that will be used to overwrite the current fuel.css.
    $config['xtra_css'] = array('my_fuel.css');
    This will look for a css file in assets/css/my_fuel.css.

    The 1.0 beta has an updated interface but is more bootstrap like:
    https://github.com/daylightstudio/FUEL-CMS/tree/1.0
  • edited 11:26AM
    thanks! i will try this
  • edited 11:26AM
    I'd like to see the admin interface, if you finish it!
Sign In or Register to comment.