You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
It seems Archetype overwrites styles for property editors in fieldsets, e.g. in Umbraco 7.4.x the Media Picker has edit and delete buttons, where Archetype overwrites the font color.
It should look like this:
Instead of using this in css:
.archetypeEditor .icon
it can be changed to:
.archetypeEditor > .icon
or something like that to avoid styling deep level elements.
Furthermore I think it would be better to use the default "darker grey" color for the actions instead of the "lighter grey" color as the buttons look like they are disabled.
It seems Archetype overwrites styles for property editors in fieldsets, e.g. in Umbraco 7.4.x the Media Picker has edit and delete buttons, where Archetype overwrites the font color.
It should look like this:
Instead of using this in css:
it can be changed to:
or something like that to avoid styling deep level elements.
Furthermore I think it would be better to use the default "darker grey" color for the actions instead of the "lighter grey" color as the buttons look like they are disabled.
For my changes to Url Picker I have something similar, take a look:
http://dev.bjarnefyrstenborg.dk/url-picker-dist.zip
The text was updated successfully, but these errors were encountered: