css
Returns the list of CSS files.
Usage
Aura.admin.css
Description
This allows you to customize the admin interface by adding your own CSS files.
Example
This example adds a CSS file to the admin. This should be in your
project's app/init/
.
[/app/init/admin.rb (rb)]
Aura.admin.css << :href => '/css/admin-ext.css', :media => 'screen'