зеркало из https://github.com/mozilla/pjs.git
support sort column bg shading
This commit is contained in:
Родитель
e495dde584
Коммит
35a08332da
|
@ -111,12 +111,18 @@ treeitem[selected="true"][container="true"][open="true"] > treerow > treecell >
|
|||
|
||||
|
||||
/* tree header with sort direction indicators */
|
||||
treecell.sortDirectionIndicator[sortDirection="ascending"] > .tree-header-sortdirection {
|
||||
.sortDirectionIndicator[sortDirection="ascending"] > .tree-header-sortdirection {
|
||||
list-style-image: url("chrome://global/skin/sortAscending.gif");
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
treecell.sortDirectionIndicator[sortDirection="descending"] > .tree-header-sortdirection {
|
||||
.sortDirectionIndicator[sortDirection="descending"] > .tree-header-sortdirection {
|
||||
list-style-image: url("chrome://global/skin/sortDescending.gif");
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
treecol[sortDirection="true"],
|
||||
treecol[sortActive="true"]
|
||||
{
|
||||
background-color : #DFDFDF;
|
||||
}
|
Загрузка…
Ссылка в новой задаче