X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Frichlistbox.css;h=b7f9beaf4d008b26c58f3a6e35a029f75c47ea8d;hp=c181500ce8435a540ce0ec309fb1ad38d436617c;hb=b36fc72e743d91a8e47ed4cb9021101ec334eab1;hpb=f98e9249ac85dc5b066915b9c9449b30b2dfcccb diff --git a/LCARStrek/global/richlistbox.css b/LCARStrek/global/richlistbox.css index c181500c..b7f9beaf 100644 --- a/LCARStrek/global/richlistbox.css +++ b/LCARStrek/global/richlistbox.css @@ -40,7 +40,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); richlistbox { - -moz-border-radius: 5px; + border-radius: 5px; border: 1px solid #9C9CFF; margin: 2px 4px; background-color: #000000; @@ -62,12 +62,12 @@ richlistbox:focus > richlistitem[selected="true"] { color: #FFCF00; } -richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] { +richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"] { outline: 1px dotted #FF9F00; -moz-outline-offset: -1px; } -richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] { +richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"][selected="true"] { outline: 1px dotted #FF9F00; }