Page 1 of 1

PrimeUI - dialog close icon hidden

Posted: 05 Feb 2017, 19:19
by djmj
When using PrimeUI in combination with adamantium, the close icon is hidden.

This is because PrimeUI uses different classes and icons then premium themes. Premium themes use custom vector icons while PrimeUI uses font-awesome icons.

For adamantium the color must be reassigned:

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
color: #9fadb5;
}

Re: PrimeUI - dialog close icon hidden

Posted: 07 Feb 2017, 15:38
by mert.sincan
Thanks a lot for the fix! I'll add it.