| Author |
Message |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 28/09/2008 22:08:43
|
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
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 29/09/2008 04:57:59
|
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.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 29/09/2008 19:32:05
|
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
|
|
|
 |
|
|