we consider starting a new project with U7. There are two questions about the backend appearance.
1. In U7, all document icons are shown in black/white, even if the .png files have colors. Is there a way to change this behavior? I think it's unintuitiv to find elements without colors.
2. Is there a way to ajust the .css of the backend? We'd like to narrow down the line height of the trees in the backend.
Can I get the icon colors back?
Hi there,
we consider starting a new project with U7. There are two questions about the backend appearance.
1. In U7, all document icons are shown in black/white, even if the .png files have colors. Is there a way to change this behavior? I think it's unintuitiv to find elements without colors.
2. Is there a way to ajust the .css of the backend? We'd like to narrow down the line height of the trees in the backend.
Thanks a lot in advance.
Mirko
Good question!
for the first question - kind of hack but http://our.umbraco.org//projects/backoffice-extensions/uiconsy
Thanks a lot, that package saves my day.
Mirko
For the second question, yes you can inject your own CSS through a package manifest:
http://umbraco.github.io/Belle/#/tutorials/manifest
Follow this for how to setup the manifest (ignore the property editor part)
http://umbraco.github.io/Belle/#/tutorials/CreatingAPropertyEditor
@Per: Thanks a lot. I didn't thought, that it might be so simple... ;-)
is working on a reply...