Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • wad 24 posts 87 karma points
    Jun 08, 2013 @ 14:38
    wad
    0

    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. 

  • Alex Skrypnyk 6150 posts 24110 karma points MVP 8x admin c-trib
    Jun 08, 2013 @ 15:29
    Alex Skrypnyk
    0

    You can't change css of the admin part. default.css it's just your css.

    Thanks

  • wad 24 posts 87 karma points
    Jun 14, 2013 @ 12:33
    wad
    0

    I want to change only certain definitions to makes umbraco looks beter.

    But when i changed nothing happen.

  • Funka! 398 posts 661 karma points
    Jun 17, 2013 @ 21:38
    Funka!
    0

    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:

    <clientDependency version="1" fileDependencyExtensions=".js,.css">

    Then just add one to the version number such as:

    <clientDependency version="2" fileDependencyExtensions=".js,.css">

    And then, also make sure to clear you browser's cache, log out of admin UI and back in again.

    Good luck!

Please Sign in or register to post replies

Write your reply to:

Draft