more changes.
git-svn-id: svn://10.0.0.236/trunk@234145 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
@import url(chrome://global/skin/menu.css);
|
||||
@import url(chrome://global/skin/formatting.css);
|
||||
@import url(chrome://global/skin/textfield.css);
|
||||
@import url(chrome://global/skin/tabcontrol.css);
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
@namespace html url("http://www.w3.org/TR/REC-html40");
|
||||
@@ -58,7 +59,7 @@ window[wait-cursor] { cursor: wait !important; }
|
||||
window.dialog
|
||||
{
|
||||
background-color : #CCCCCC;
|
||||
padding : 5px;
|
||||
padding : 7px 5px 5px 5px;
|
||||
}
|
||||
|
||||
/**********************************
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user