X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Frichlistbox.css;h=b801611582547aa3a76cf10b1465c7fc5163cbd8;hp=c6870eba8ed0557d49b1035d7c0af454b77f6f59;hb=a42b27e724dddda702dce11ff93b21f739ba2b47;hpb=e181d49eeb1dcbecff7259949174b68c78b547c9 diff --git a/EarlyBlue/global/richlistbox.css b/EarlyBlue/global/richlistbox.css index c6870eba..b8016115 100644 --- a/EarlyBlue/global/richlistbox.css +++ b/EarlyBlue/global/richlistbox.css @@ -40,6 +40,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); richlistbox { + -moz-appearance: none; margin: 2px 4px; background-color: #FFFFFF; color: #000000; @@ -59,12 +60,12 @@ richlistbox:focus > richlistitem[selected="true"] { color: #FFFFFF; } -richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] { +richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"] { outline: 1px dotted #666699; - -moz-outline-offset: -1px; + 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 #666699; }