mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 18:24:35 +03:00
webmail: make double click on mailbox expand/collapse, and make mailbox text unselectable (so the double click doesn't also select text)
This commit is contained in:
@ -49,7 +49,7 @@ table.search td { padding: .25em; }
|
||||
.keyword { background-color: gold; color: black; border: 1px solid #8c7600; padding: 0 .15em; border-radius: .15em; font-weight: normal; font-size: .9em; margin: 0 .15em; white-space: nowrap; }
|
||||
.keyword.keywordcollapsed { background-color: #ffeb7e; color: #333; }
|
||||
.mailbox { padding: .15em .25em; }
|
||||
.mailboxitem { cursor: pointer; border-radius: .15em; }
|
||||
.mailboxitem { cursor: pointer; border-radius: .15em; user-select: none; }
|
||||
.mailboxitem.dropping { background: gold !important; }
|
||||
.mailboxitem:hover { background: #eee; }
|
||||
.mailboxitem.active { background: linear-gradient(135deg, #ffc7ab 0%, #ffdeab 100%); }
|
||||
|
Reference in New Issue
Block a user