- styles for sidebar panel trees.

r=fabian, sr=blake, a=asa
part of 82967
This commit is contained in:
ben%netscape.com 2001-06-03 05:13:46 +00:00
Родитель c45da59b6e
Коммит 1c0bf7f81b
2 изменённых файлов: 29 добавлений и 0 удалений

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

@ -19,3 +19,18 @@
{
list-style-image : url("chrome://communicator/skin/online.gif");
}
/**
* Hides ugly inset borders on sidebar trees (e.g history, bookmarks, search)
*/
.sidebarTree
{
border : none;
}
.sidebarTree > .tree-container-treerows
{
border : none;
}

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

@ -38,6 +38,20 @@
list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");
}
/**
* Hides ugly inset borders on sidebar trees (e.g history, bookmarks, search)
*/
.sidebarTree
{
border : none;
}
.sidebarTree > .tree-container-treerows
{
border : none;
}
/*
comment out really bad style rules, but leave them here so future intent is
clear