X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fskin%2Fcheckbox.css;fp=EarlyBlue%2Fglobal%2Fskin%2Fcheckbox.css;h=0000000000000000000000000000000000000000;hb=eded43de50f02946eb9ad3b89bbe2217f8cb742e;hp=39d4e077db7012b079ebf8797277830bbb66ae3b;hpb=f9d85c46811df759b60bf2baf9d461f79e8b0a17;p=themes.git diff --git a/EarlyBlue/global/skin/checkbox.css b/EarlyBlue/global/skin/checkbox.css deleted file mode 100755 index 39d4e077..00000000 --- a/EarlyBlue/global/skin/checkbox.css +++ /dev/null @@ -1,67 +0,0 @@ -/* stylesheet for XUL element */ - -/* default checkbox for dialogs */ - -/* outer checkbox frame */ - checkbox - { - margin: 3px 5px 3px 5px; - } - -/* checkmark outer frame */ - checkbox > .internal-box > .checkmark-box - { - border: 1px inset #CCD0DD; - background-color: transparent; - margin-top: 2px; - margin-right: 4px; - padding: 1px; - } - - checkbox[disabled="true"] > .internal-box > .checkmark-box, - checkbox[disabled="true"]:hover > .internal-box > .checkmark-box - { - border: 1px inset #CCD0DD; - } - -/* checkmark inner frame */ - checkbox > .internal-box > .checkmark-box > .checkbox-check - { - width: 8px; - height: 8px; - list-style-image: none; - } - - checkbox[checked="true"] > .internal-box > .checkmark-box > .checkbox-check - { - list-style-image: url(chrome://global/skin/check-check.gif); - } - - checkbox[checked="true"][disabled="true"] > .internal-box > .checkmark-box > .checkbox-check - { - list-style-image: url(chrome://global/skin/check-check-disabled.gif); - } - - checkbox > .internal-box > .checkbox-icon - { - list-style-image: inherit; - } - -/* checkmark label/icon frame */ - checkbox[label] > .internal-box > html - { - margin: 0px 0px 0px 4px; - padding: 1px; - } - - checkbox[disabled="true"][label] > .internal-box > html - { - color: #999999; - } - - checkbox:focus > .internal-box > html - { - border : 1px dotted black; - padding : 0px; - } -