X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fmenulist.css;h=981de282879156be0c4c7e7c163a3bcd9c28afa6;hb=6082be9443900156de6457a2839c8a66fdecc420;hp=7da4ac5bb39c596cbcab16b04d033db0b2fd7c19;hpb=6046f02728e083dbd359a9ee7946cd76dc74fb35;p=themes.git diff --git a/LCARStrek/global/menulist.css b/LCARStrek/global/menulist.css index 7da4ac5b..981de282 100644 --- a/LCARStrek/global/menulist.css +++ b/LCARStrek/global/menulist.css @@ -93,23 +93,16 @@ menulist[open="true"]:focus > .menulist-label-box { .menulist-dropmarker { -moz-border-radius: 0px 3px 3px 0px; - -moz-box-align: center; - -moz-box-pack: center; min-width: 15px; + border: none; border-left: 1px solid #9C9CFF; - background-color: #000000; - list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); } .menulist-dropmarker, menulist[disabled="true"]:hover:active > .menulist-dropmarker { padding: 1px; -} - -menulist[disabled="true"] > .menulist-dropmarker { - list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important; - border-left: 1px solid #8050B0 !important; - background-color: #000000 !important; + border: none; + border-left: 1px solid #9C9CFF; } menulist[menuactive="true"] > .menulist-dropmarker, @@ -127,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; }