X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fcheckbox.css;h=c750a880157116d357d518ea287520a01bfe7981;hp=3a60c41cf4ad0f034c94efcd63a55f08c30c9746;hb=1c129f501737dc6a853acf124852a58f7557f169;hpb=e6947267ac09872af2aa1c74c74cb00d8581abe4 diff --git a/LCARStrek/global/checkbox.css b/LCARStrek/global/checkbox.css index 3a60c41c..c750a880 100644 --- a/LCARStrek/global/checkbox.css +++ b/LCARStrek/global/checkbox.css @@ -32,7 +32,7 @@ checkbox { } .checkbox-icon[src] { - -moz-margin-end: 2px; + margin-inline-end: 2px; } .checkbox-label { @@ -70,7 +70,7 @@ checkbox[disabled="true"] > .checkbox-label-center-box > .checkbox-label-box { } checkbox > .checkbox-check { - -moz-margin-end: 4px; + margin-inline-end: 4px; } checkbox:not([disabled="true"]):hover > .checkbox-check, @@ -102,7 +102,7 @@ checkbox[checked="true"]:hover:active > .checkbox-spacer-box > .checkbox-check { } checkbox[checked="true"][disabled="true"] .checkbox-check, -checkbox[checked="true"][disabled="true"] > .checkbox-spacer-box > > .checkbox-check { +checkbox[checked="true"][disabled="true"] > .checkbox-spacer-box > .checkbox-check { background-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif") !important; }