Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<context-param>
	<param-name>frevvo.oem.branding.class</param-name>
	<param-value>oem</param-value>
	    <description>This css class will be placed onto the body of the frevvo ui pages. OEMs can then create their own private CSS file(s) with rules

                based on the body having the oem branding class in order to customize the frevvo app.</description>
</context-param>

...

Code Block
@IMPORT url(“oem_branding.css”); where oem_branding.css is the name of the css file containing the specific oem rules. XXXXX = the  version number.

 

 

 


.