X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fsync%2FsyncQuota.css;fp=LCARStrek%2Fcommunicator%2Fsync%2FsyncQuota.css;h=891ead25f53ab0afbe929455fdf3a7c5f4a16517;hp=0000000000000000000000000000000000000000;hb=c2e1f7906034fb0bb5d0ce3bf8017bdbc6b8a8ca;hpb=a0885fa2d9ce75ad3952b3fe05395dcf4cc96c42 diff --git a/LCARStrek/communicator/sync/syncQuota.css b/LCARStrek/communicator/sync/syncQuota.css new file mode 100644 index 00000000..891ead25 --- /dev/null +++ b/LCARStrek/communicator/sync/syncQuota.css @@ -0,0 +1,22 @@ +#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-disabled.gif"); +} + +#treeCaption { + height: 4em; +} + +.captionWarning { + font-weight: bold; +}