mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
430 B
CSS
23 lines
430 B
CSS
|
#quotaDialog {
|
||
|
width: 33em;
|
||
|
height: 25em;
|
||
|
}
|
||
|
|
||
|
treechildren::-moz-tree-checkbox {
|
||
|
list-style-image: none;
|
||
|
}
|
||
|
treechildren::-moz-tree-checkbox(checked) {
|
||
|
list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
|
||
|
}
|
||
|
treechildren::-moz-tree-checkbox(disabled) {
|
||
|
list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
|
||
|
}
|
||
|
|
||
|
#treeCaption {
|
||
|
height: 4em;
|
||
|
}
|
||
|
|
||
|
.captionWarning {
|
||
|
font-weight: bold;
|
||
|
}
|