64914 - themes pref panel tree, r=andreww, sr=hangas

This commit is contained in:
hewitt%netscape.com 2001-01-30 07:01:08 +00:00
Родитель d4b2fda70b
Коммит 4e7e217972
3 изменённых файлов: 11 добавлений и 31 удалений

Просмотреть файл

@ -83,3 +83,7 @@ button.down[disabled="true"], button.down[disabled="true"]:hover:active
list-style-image : url("chrome://communicator/skin/content-small.gif");
}
#skinsTree
{
height : 80px;
}

Просмотреть файл

@ -61,34 +61,6 @@
list-style-image : url("chrome://communicator/skin/content-small.gif");
}
/*
comment out really bad style rules, but leave them here so future intent is
clear
.tree-sidebar .thumb-box
{
border : none;
}
.tree-sidebar thumb
{
border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
}
.tree-sidebar .scrollbarbutton-box
{
border : none;
}
.tree-sidebar scrollbarbutton
{
border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
}
*/
#skinsTree {
height : 80px;
}

Просмотреть файл

@ -63,3 +63,7 @@
list-style-image : url("chrome://communicator/skin/content-small.gif");
}
#skinsTree
{
height : 80px;
}