X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Flistbox.css;h=4a1436c5472cb358101e4a9624e537d450763a8b;hb=d9f15c2857b49ab333d62169cae553627650b441;hp=14b23564f4f2f3e951b0d5e24930278dca703279;hpb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202;p=themes.git diff --git a/EarlyBlue/global/listbox.css b/EarlyBlue/global/listbox.css index 14b23564..4a1436c5 100644 --- a/EarlyBlue/global/listbox.css +++ b/EarlyBlue/global/listbox.css @@ -49,11 +49,11 @@ listitem { border: 1px solid transparent; } -listbox:focus > listitem[current="true"] { +listbox:-moz-focusring > listitem[current="true"] { border: 1px dotted #9999CC; } -listbox:focus > listitem[current="true"][selected="true"] { +listbox:-moz-focusring > listitem[current="true"][selected="true"] { border: 1px dotted #666699; } @@ -86,7 +86,7 @@ listheader[sortable="true"]:hover:active { } .listheader-icon { - margin-right: 2px; + -moz-margin-end: 2px; } .listheader-label { @@ -137,17 +137,3 @@ listheader[sortable="true"]:hover:active { min-height: 12px; background: #FFFFFF no-repeat 50% 50%; } - -.listcell-check[checked="true"] { - background-image: url("chrome://global/skin/checkbox/cbox-check.gif"); -} - -.listcell-check[disabled="true"] { - border-color: #808080; - background-image: url("chrome://global/skin/checkbox/cbox-disabled.gif"); -} - -.listcell-check[disabled="true"][checked="true"] { - background-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif"); -} -