Commit | Line | Data |
---|---|---|
1 | #quotaDialog { | |
2 | width: 33em; | |
3 | height: 25em; | |
4 | } | |
5 | ||
6 | treechildren::-moz-tree-checkbox { | |
7 | list-style-image: none; | |
8 | } | |
9 | treechildren::-moz-tree-checkbox(checked) { | |
10 | list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); | |
11 | } | |
12 | treechildren::-moz-tree-checkbox(disabled) { | |
13 | list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif"); | |
14 | } | |
15 | ||
16 | #treeCaption { | |
17 | height: 4em; | |
18 | } | |
19 | ||
20 | .captionWarning { | |
21 | font-weight: bold; | |
22 | } |