Hi all
I am working on a customised skin based on the roundcube default skin from version 0.3.1.
How can I change the background color of a selected/hovered item in the "toolbarmenu" of "markmessagemenu" and "messagemenu"?
I replaced all background-color entries in all css files where #CC3333 was used and I have empties the browsers cache. But the items on the toolbarmenu still appear with a red background. I am using Firefox 3.
Thanks for any hints. Christian
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/Hq/wPsaunkw/toolbar-background.jpg Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/dev/
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; }