I have issues to change the Umbraco client UI, I change the style sheets which are placed in "umbraco_client\propertypane/style.css" and "Umbraco\LiveEditing\Css\LiveEditing.css" , but the result is the same styles and my changes will not apply.
I figured out that a Handler named DependencyHandler.axd is collecting and managing the Umbraco styles.
Is there some kind of caching behind the scenes? and if there is, How can I clear the cached styles?
or am I going the wrong way to change the styles? are they placed somewhere else?
Glad it worked :) Remember to mark the post as solved by hitting "solved" at the post you think answers the question best. Then others can easily go to the post containing the solution.
Changing the umbraco control panel UI
Hi everybody!
I have issues to change the Umbraco client UI, I change the style sheets which are placed in "umbraco_client\propertypane/style.css" and "Umbraco\LiveEditing\Css\LiveEditing.css" , but the result is the same styles and my changes will not apply.
I figured out that a Handler named DependencyHandler.axd is collecting and managing the Umbraco styles.
Is there some kind of caching behind the scenes? and if there is, How can I clear the cached styles?
or am I going the wrong way to change the styles? are they placed somewhere else?
Thanks to all.
Hi Arman
You could try to go to the /config/ClientDependecy.config and increment the version number by 1 and see if that helps.
Also try emptying the app_data/TEMP/clicentdependecny folder.
/Jan
Oh!
Thanks a lot! that greatly helped.
SOLVED :)
Hi Arman
Glad it worked :) Remember to mark the post as solved by hitting "solved" at the post you think answers the question best. Then others can easily go to the post containing the solution.
Cheers,
Jan
is working on a reply...