- styles for sidebar panel trees.
r=fabian, sr=blake, a=asa part of 82967
This commit is contained in:
Родитель
c45da59b6e
Коммит
1c0bf7f81b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче