Skip to Content
0
Feb 06, 2008 at 08:43 AM

Not able to overwrite some classes of standard CSS with customized CSS

56 Views

Hi,

I am facing an issue while accessing css file in a pdk application. The scenario is:

1. I have a pdk app, which has 1 java file and 1 css. (There is no jsp file).

2. Java file displays data in a tree structure.

3. The CSS has been put in the CSS folder of this component.

4. This CSS is being referred in the .java file, and it is getting referred to as well because it reflects the results on deployment.

The problem is:

All the classes of the CSS are not getting accessed/referred/reflected.

The background color of the screen and font size and color of tree contents get changed but tree background color doesn’t get changed, even though those classes are present in the CSS. the CSS is not able to overwrite the standard CSS file classes for the tree background even though they are present in the customized CSS.

Can you please suggest why only some classes are getting accessed and some not? I am not accessing any class of CSS specifically by name.

Thanks & regards,

Anupreet