2008-05-01 14:12:52 -07:00
|
|
|
%include tree.css
|
|
|
|
|
|
|
|
/* ::::: twisty ::::: */
|
|
|
|
|
2008-05-05 13:53:34 -07:00
|
|
|
treechildren::-moz-tree-indentation {
|
|
|
|
width: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-twisty {
|
2008-05-08 17:13:39 -07:00
|
|
|
-moz-padding-end: 1px;
|
2008-05-05 13:53:34 -07:00
|
|
|
width: 9px;
|
|
|
|
}
|
|
|
|
|
2008-05-01 14:12:52 -07:00
|
|
|
/*
|
|
|
|
Please note that the following RTL icons are only available in Aero themes:
|
|
|
|
* chrome://global/skin/tree/twisty-clsd-hover.png
|
|
|
|
* chrome://global/skin/tree/twisty-open-hover.png
|
|
|
|
* chrome://global/skin/tree/twisty-clsd-rtl.png
|
|
|
|
* chrome://global/skin/tree/twisty-open-rtl.png
|
|
|
|
* chrome://global/skin/tree/twisty-clsd-hover-rtl.png
|
|
|
|
* chrome://global/skin/tree/twisty-open-hover-rtl.png
|
|
|
|
*/
|
|
|
|
treechildren::-moz-tree-twisty(hover) {
|
|
|
|
list-style-image: url("chrome://global/skin/tree/twisty-clsd-hover.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-twisty(hover, open) {
|
|
|
|
list-style-image: url("chrome://global/skin/tree/twisty-open-hover.png");
|
|
|
|
}
|
|
|
|
|
2009-08-07 01:42:16 -07:00
|
|
|
treechildren:-moz-locale-dir(rtl)::-moz-tree-twisty {
|
2008-05-01 14:12:52 -07:00
|
|
|
list-style-image: url("chrome://global/skin/tree/twisty-clsd-rtl.png");
|
|
|
|
}
|
|
|
|
|
2009-08-07 01:42:16 -07:00
|
|
|
treechildren:-moz-locale-dir(rtl)::-moz-tree-twisty(open) {
|
2008-05-01 14:12:52 -07:00
|
|
|
list-style-image: url("chrome://global/skin/tree/twisty-open-rtl.png");
|
|
|
|
}
|
|
|
|
|
2009-08-07 01:42:16 -07:00
|
|
|
treechildren:-moz-locale-dir(rtl)::-moz-tree-twisty(hover) {
|
2008-05-01 14:12:52 -07:00
|
|
|
list-style-image: url("chrome://global/skin/tree/twisty-clsd-hover-rtl.png");
|
|
|
|
}
|
|
|
|
|
2009-08-07 01:42:16 -07:00
|
|
|
treechildren:-moz-locale-dir(rtl)::-moz-tree-twisty(hover, open) {
|
2008-05-01 14:12:52 -07:00
|
|
|
list-style-image: url("chrome://global/skin/tree/twisty-open-hover-rtl.png");
|
|
|
|
}
|