X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FsyncQuota.css;fp=LCARStrek%2Fbrowser%2FsyncQuota.css;h=891ead25f53ab0afbe929455fdf3a7c5f4a16517;hp=0000000000000000000000000000000000000000;hb=84c37d045abf199761a47f803ff5357299fd97f6;hpb=014d065681a50d163e03439dca533b0c41458845 diff --git a/LCARStrek/browser/syncQuota.css b/LCARStrek/browser/syncQuota.css new file mode 100644 index 00000000..891ead25 --- /dev/null +++ b/LCARStrek/browser/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; +}