Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Does anyone know how to style this. I have gone into umbraco_client/ui/propertypanel and altered the stylesheet but it doesn't affect the style?
Hi Craig,
Is this for v4.5.x? It might be that either ClientDependency or your web-browser has cached the CSS?
Try setting debug=false in your Web.config (that will disable ClientDependency - to rule it out) ... and clear your browser's cache.
Failing that ... try inspecting the property panel's styles using Firebug or Chrome's dev tools? See where the styles are coming from exactly.
Cheers, Lee
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to style the property panel
Does anyone know how to style this. I have gone into umbraco_client/ui/propertypanel and altered the stylesheet but it doesn't affect the style?
Hi Craig,
Is this for v4.5.x? It might be that either ClientDependency or your web-browser has cached the CSS?
Try setting debug=false in your Web.config (that will disable ClientDependency - to rule it out) ... and clear your browser's cache.
Failing that ... try inspecting the property panel's styles using Firebug or Chrome's dev tools? See where the styles are coming from exactly.
Cheers, Lee
is working on a reply...