I would like to write nice css for admin panel to change appearance . But when i wote a new "css" in default.css nothing happen. What slould i do to chenge defoult css for umbraco panel.
If you are modifying the CSS or JS for the umbraco backend admin UI, you may need to increment the "clientDependency" version found at the top of the /config/ClientDependency.config file. For example, if you see this:
Change Panel admin look
hi guys
I would like to write nice css for admin panel to change appearance . But when i wote a new "css" in default.css nothing happen. What slould i do to chenge defoult css for umbraco panel.
I new in umbraco.
Sory for my english.
You can't change css of the admin part. default.css it's just your css.
Thanks
I want to change only certain definitions to makes umbraco looks beter.
But when i changed nothing happen.
If you are modifying the CSS or JS for the umbraco backend admin UI, you may need to increment the "clientDependency" version found at the top of the /config/ClientDependency.config file. For example, if you see this:
Then just add one to the version number such as:
And then, also make sure to clear you browser's cache, log out of admin UI and back in again.
Good luck!
is working on a reply...