1
0
Fork 0
firefox/accessible/tests/mochitest/treeview.css
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

15 lines
337 B
CSS

treechildren::-moz-tree-checkbox(checked) {
list-style-image: url("chrome://global/skin/icons/check.svg");
}
treechildren::-moz-tree-image(cyclerState1) {
list-style-type: disc;
}
treechildren::-moz-tree-image(cyclerState2) {
list-style-type: circle;
}
treechildren::-moz-tree-image(cyclerState3) {
list-style-type: square;
}