Problem with CSS [message #339180] |
Thu, 07 August 2008 00:34 |
rk51704
Messages: 2 Registered: May 2008 Location: Hyderabad
|
Junior Member |
|
|
Hello All,
I want to implement a simple CSS to my OAF page.I read the jdev docs and as per that i am trying to increase the font size as well change the colour of some text items . So, I have put the following code inside the customisation part in the custom.xss file as follows:
<style selector=".AutoWebSales">
<property name="font-family">Arial</property>
<property name="font-size">14pt</property>
<property name="color">#FF0099</property>
<property name="background-color">#FF0099</property>
<property name="font-weight">bold</property>
</style>
Even after bouncing the server, I am unable to see any change on my page.
|
|
|