X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Flistbox.css;h=e2e5016599e1d32f3b3dbeb20e6bfb509bed790f;hp=e0f27f6147b1c39224e0368eaa140f8cd9beb36c;hb=84abe3e37a3cc17e23400d9f19eecac3a8134d72;hpb=f98e9249ac85dc5b066915b9c9449b30b2dfcccb diff --git a/LCARStrek/global/listbox.css b/LCARStrek/global/listbox.css index e0f27f61..e2e50165 100644 --- a/LCARStrek/global/listbox.css +++ b/LCARStrek/global/listbox.css @@ -32,7 +32,7 @@ /* ::::: listbox ::::: */ listbox { - -moz-border-radius: 5px; + border-radius: 5px; margin: 1px 2px; padding: 0px; border: 1px solid #9C9CFF; @@ -51,11 +51,11 @@ listitem { border: 1px solid transparent; } -listbox:focus > listitem[current="true"] { +listbox:-moz-focusring > listitem[current="true"] { border: 1px dotted #FF9F00; } -listbox:focus > listitem[current="true"][selected="true"] { +listbox:-moz-focusring > listitem[current="true"][selected="true"] { border: 1px dotted #FF9F00; } @@ -88,7 +88,7 @@ listheader[sortable="true"]:hover:active { } .listheader-icon { - margin-right: 2px; + -moz-margin-end: 2px; } .listheader-label { @@ -139,16 +139,3 @@ listheader[sortable="true"]:hover:active { min-height: 12px; background: #000000 no-repeat 50% 50%; } - -.listcell-check[checked="true"] { - background-image: url("chrome://global/skin/checkbox/cbox-check.gif"); -} - -.listcell-check[disabled="true"] { - border-color: #8050B0; - 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"); -}