X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fmenulist.css;h=93d31e06f2eea996990b340196d16879b47c9348;hp=c6d299ef3f8dc0a0a790b37deffff474a3d50f98;hb=e4cecae1e1b620724b4035f73858c9c9b8f9a08e;hpb=17b8126ad94ff1d98e40d92695da4545045863f5 diff --git a/LCARStrek/global/menulist.css b/LCARStrek/global/menulist.css index c6d299ef..93d31e06 100644 --- a/LCARStrek/global/menulist.css +++ b/LCARStrek/global/menulist.css @@ -45,7 +45,7 @@ /* :::::::::: menulist :::::::::: */ menulist { - -moz-border-radius: 3px; + border-radius: 3px; margin: 2px 4px; border: 1px solid #9C9CFF; background-color: #000000; @@ -79,14 +79,17 @@ menulist[open="true"] { .menulist-description { font-style: italic; - color: #8050B0; + color: #9C9CFF; -moz-margin-start: 1ex !important; } -menulist:focus > .menulist-label-box { -/* border: 1px dotted #008484; */ +menulist:focus:not(.menulist-compact) > .menulist-label-box { background-color: #008484; - color: #000000; + color: #FFCF00; +} + +menulist:-moz-focusring:not([open="true"]):not(.menulist-compact) > .menulist-label-box { +/* border: 1px dotted #FFCF00; */ } menulist[disabled="true"] { @@ -98,7 +101,7 @@ menulist[disabled="true"] { /* ..... dropmarker ..... */ .menulist-dropmarker { - -moz-border-radius: 0px 3px 3px 0px; + border-radius: 0px 3px 3px 0px; min-width: 15px; border: none; border-left: 1px solid #9C9CFF; @@ -149,6 +152,8 @@ html|*.menulist-editable-input { margin: 0px !important; border: none !important; padding: 0px !important; + background-color: inherit; + color: inherit; font: inherit; }