X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Flistbox.css;h=2f5a6d3cf7f5dfb6e31e5525b2bb8439bb389351;hp=0334031479f813794a6d36b06ba633dcca0ab42a;hb=41279e764528cbfb253c54a71bd4406db83c6bd0;hpb=8caa872d050772c572257f23011c668f70dcaef7 diff --git a/LCARStrek/global/listbox.css b/LCARStrek/global/listbox.css index 03340314..2f5a6d3c 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; }