How to Apply a Style to All inputText Components?
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
How to Apply a Style to All inputText Components?  XML
Forum Index -> General Help
Author Message
kurzweil4

Joined: 26/03/2007 00:00:00
Messages: 35
Offline



I want to change the font size of ALL inputText components. How can I do that without changing the CSS file that comes with ICEfaces?

Thanks,
Kurzweil4
kamal.osho

Joined: 13/05/2008 00:00:00
Messages: 2
Offline


Hi,
Try to override this class attributes in your custom css file.

.iceOutTxt {
< Your attributes >
}

Don't forget to put the link for your custom css file below the icefaces css files links, as sequnce also matters.

Regards,
Kamal.
kurzweil4

Joined: 26/03/2007 00:00:00
Messages: 35
Offline


kamal.osho wrote:
Hi,
Try to override this class attributes in your custom css file.

.iceOutTxt {
< Your attributes >
}

Don't forget to put the link for your custom css file below the icefaces css files links, as sequnce also matters.

Regards,
Kamal.  


It worked!

Thanks,
Kurzweil4
 
Forum Index -> General Help
Go to:   
Powered by JForum 2.1.7ice © JForum Team