mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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");
|
||
|
}
|