FA5 and Paradise ui-icons

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
haase
Posts: 4
Joined: 20 Feb 2018, 19:45

13 Sep 2019, 20:37

Body:

Code: Select all

<h:outputStylesheet library="webjars" name="font-awesome/5.8.2/css/all.min-jsf.css" />
		<h:outputStylesheet library="webjars" name="font-awesome/5.8.2/css/v4-shims.min-jsf.css" />
web.xml:

Code: Select all

	<context-param>
		<param-name>primefaces.THEME</param-name>
		<param-value>paradise-turquoise</param-value>
	</context-param>
	<context-param>
		<param-name>primefaces.FONT_AWESOME</param-name>
		<param-value>false</param-value>
	</context-param>
pom:

Code: Select all

<!-- FONT AWESOME -->
		<dependency>
			<groupId>org.webjars</groupId>
			<artifactId>font-awesome</artifactId>
			<version>${version.font-awesome}</version>
		</dependency>
FA5 is working fine.

However, ui-icons are not showing up, since they are hardcoded this way:

Code: Select all

font: normal normal normal 14px/1 FontAwesome;
How can I update them?

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

16 Sep 2019, 10:33

Please see my comment;
viewtopic.php?p=174006#p174006

You need to override them by yourself.

Best Regards,

Post Reply

Return to “Paradise - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 4 guests