mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
16 lines
493 B
CSS
16 lines
493 B
CSS
treechildren::-moz-tree-checkbox(checked) {
|
|
list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
|
|
}
|
|
|
|
treechildren::-moz-tree-image(cyclerState1) {
|
|
list-style-image: url("chrome://global/skin/console/bullet-question.png");
|
|
}
|
|
|
|
treechildren::-moz-tree-image(cyclerState2) {
|
|
list-style-image: url("chrome://global/skin/console/bullet-warning.png");
|
|
}
|
|
|
|
treechildren::-moz-tree-image(cyclerState3) {
|
|
list-style-image: url("chrome://global/skin/console/bullet-error.png");
|
|
}
|