mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 10:53:11 +09:00
15 lines
493 B
CSS
15 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");
|
|
}
|