Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Archetype overwrites styles for property editors in fieldsets #337

Closed
bjarnef opened this issue Mar 3, 2016 · 2 comments
Closed

Archetype overwrites styles for property editors in fieldsets #337

bjarnef opened this issue Mar 3, 2016 · 2 comments

Comments

@bjarnef
Copy link
Contributor

bjarnef commented Mar 3, 2016

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.

image

It should look like this:

image

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.

image

For my changes to Url Picker I have something similar, take a look:
http://dev.bjarnefyrstenborg.dk/url-picker-dist.zip

@kjac kjac mentioned this issue Mar 31, 2016
@kjac
Copy link
Contributor

kjac commented Mar 31, 2016

@bjarnef Thanks for reporting this. I've submitted a fix.

The icons will keep their disabled look for now. Work is underway to actively use this to display enabled/disabled/published/unpublished state :)

@kgiszewski
Copy link
Owner

Fixed by #348

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants