X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fmenulist.css;h=981de282879156be0c4c7e7c163a3bcd9c28afa6;hp=11b6911ae019b17f230ed145184ef5cddfbba660;hb=95c949c5952245a114a14491ace83defff41625a;hpb=a12570b9df613c628ada41eac0bf14f642ecf578 diff --git a/LCARStrek/global/menulist.css b/LCARStrek/global/menulist.css index 11b6911a..981de282 100644 --- a/LCARStrek/global/menulist.css +++ b/LCARStrek/global/menulist.css @@ -94,12 +94,15 @@ menulist[open="true"]:focus > .menulist-label-box { .menulist-dropmarker { -moz-border-radius: 0px 3px 3px 0px; min-width: 15px; + border: none; border-left: 1px solid #9C9CFF; } .menulist-dropmarker, menulist[disabled="true"]:hover:active > .menulist-dropmarker { padding: 1px; + border: none; + border-left: 1px solid #9C9CFF; } menulist[menuactive="true"] > .menulist-dropmarker, @@ -117,6 +120,7 @@ menulist:hover > .menulist-dropmarker { menulist[open="true"] > .menulist-dropmarker, menulist:hover:active > .menulist-dropmarker { padding: 2px 0px 0px 2px; + border: none; border-left: 1px solid #FFCF00; background-color: #FF9F00; }