Add style to hide columns.

This commit is contained in:
slamm%netscape.com 2000-02-11 01:21:26 +00:00
parent 139a2eb921
commit 77d289cd86

View File

@ -28,6 +28,11 @@
@import url(chrome://global/skin/);
treecol[hidden="true"]
{
display: none;
}
treecol[sortActive="true"]
{
background-color: lightgray;