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/
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.
Comments
$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