fifth part of syncing LCARStrek with Firefox 34 windows theme changes
[themes.git] / LCARStrek / browser / syncQuota.css
CommitLineData
84c37d04
RK
1#quotaDialog {
2 width: 33em;
3 height: 25em;
4}
5
6treechildren::-moz-tree-checkbox {
7 list-style-image: none;
8}
9treechildren::-moz-tree-checkbox(checked) {
10 list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
11}
12treechildren::-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}