jasonw2160381
23-06-2017
Is there a way to remove the black overlays that is on folders starting with AEM 6.2? I created custom thumbnails for 6.1 that are not covered up.
kautuk_sahni
Community Manager
11-08-2017
What do you mean by Black overlay?
~kautuk
ukgaurav
Employee
Review - Customizing the Consoles
Just create a new client library with the category “dam.gui.admin.coral” and add
.coral-Card--inverted .coral-Card-wrapper,
.coral-Card--condensed .coral-Card-wrapper {
height: 5.375rem;
}
Thanks.