Is there any way how to disable all skins RichFaces apply? They ruin my layout and override fonts, links,...
相关问题
- How to remove App.xaml ResourceDictionary at start
- Images In ListView Don't Match BackColor Prope
- Cancel ALL Animation on SingleInstance
- Change default background color of buttons while u
- Richfaces a4j:loadScript clears jQuery plugins on
相关文章
- How to make a default custom theme with ggplot2 in
- How to Align 3 DIVs next to each other?
- How to show confirm (richfaces) popup when
- JBoss 7.1, JSF, RichFaces - rich components don
- Attach rich:toggleControl to radio buttons or sele
- wordpress get_template_directory
- How to disable XP themes in WPF application?
- How to access the theming Fonts and Colors on GTK/
In RichFaces 4.1 you can disable skinning by adding the following to your web.xml
(I found this and other parameters at http://docs.jboss.org/richfaces/latest_4_1_X/javadoc/richfaces-core-impl/org/richfaces/application/CoreConfiguration.Items.html)
You can redefine each CSS style, but it'll be boring... Have a look at reset css, this can help you to redefine the CSS.
or, you can try to remove style:
or try to use the plain style