Folders are colored white, the files in those folders are a faint grey color.
When I highlight the folder it turns black.The problem is I want the files to be a different color: white/black preferably
White: FFFFFF
Black: 000000 (this much I know :D)
The coding is as follows:
Code
<STYLE>
BODY, TD, DIV, P, SPAN {font-family:verdana;font-size:14pt;letter-spacing:-0.5pt;}
.FolderCont{padding-left:80px;display:none;width:100%;}
.Folder{font-weight:bold;cursor:hand;padding:1px;color:#FFFFFF;}
.FolderO{font-weight:bold;cursor:hand;padding:1px;color:#000000;}
.File{font-weight:bold;cursor:hand;padding:1px;color:#FFFFFF;}
I{color:#FFFFFF;font-weight:normal;}
</STYLE>
No matter what I change the file colors still remain that greyish color.
I can change the color of the folder no problem though.
Any help would be great and you recieve 50fg!