Abegg, Christian wrote:
How can I change the background color of a selected/hovered item in the "toolbarmenu" of "markmessagemenu" and "messagemenu"?
There's no :hover style for toolbarmenu items, but there's for messagemenu and markmessagemenu in mail.css:
#messagemenu li a.active:hover, #markmessagemenu li a.active:hover { color: #fff; background-color: #c00; }