1

Topic: Folders icons

Hi,
how I change folders icons - 'new posts' and 'normal'?
I tried to it in Oxygen_cs.css and Oxygen.css but in every case it shows dark grey square or nothing.

Regards,
AV_

Re: Folders icons

They're not icons, they're colored boxes. Look in Oxygen_cs.css

3 (edited by AV_ 2007-10-12 11:40)

Re: Folders icons

Oh, you're right. But how may I turn them into images?
I made this:

DIV.icon { background-image: url(../img/folder.gif);}

And it doesn't work sad
The dark grey square appears instead of folder icon.

4

Re: Folders icons

Thats because the div has zero height and zero width. What you are seeing are just borders. You will need to set the height and width to the same or larger than your image.

5 (edited by AV_ 2007-10-12 12:13)

Re: Folders icons

Thank you very much!