@import "../larry/mail.css"; #mailboxcontainer, #folderlist-content, #folderlist-footer, #messagelistcontainer, #messagelistheader, #messagelistfooter, #mailview-left, #mailview-right { background: var(--field); border-color: var(--line); color: var(--ink); } #messagelistheader, #messagelistfooter { background: var(--field) !important; border-color: var(--line) !important; } #messagelistheader a, #messagelistfooter a, #folderlist-footer a { color: var(--ink); } #messagelistheader a:hover, #messagelistfooter a:hover, #folderlist-footer a:hover { background: var(--acid); color: var(--paper); } #mailboxmenulink.listbutton.groupactions { background: var(--field); border-color: var(--line); color: var(--ink); } #mailboxmenulink.listbutton.groupactions:hover { background: var(--acid); border-color: var(--acid); color: var(--paper); }