mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 01:08:50 +00:00
Add links to download one or all attachments
Also removed the contextual menu over file attachments and changed the label color when moving over the file attachments.
This commit is contained in:
@@ -251,7 +251,8 @@ DIV.contactSelector DIV.contactList
|
||||
padding-bottom: .15em;
|
||||
margin: 0px;
|
||||
width: auto;
|
||||
white-space: nowrap; }
|
||||
white-space: nowrap;
|
||||
cursor: pointer; }
|
||||
|
||||
.menu LI.disabled,
|
||||
.popuMenu LI.disabled,
|
||||
@@ -283,10 +284,11 @@ UL.choiceMenu LI._chosen:hover
|
||||
{ list-style-image: url("menu-check-hover.gif"); }
|
||||
|
||||
.menu LI:hover,
|
||||
.menu LI:hover .muted,
|
||||
.menu LI.selected,
|
||||
.menu LI.submenu-selected
|
||||
{ background-color: #9ABCD8;
|
||||
color: #fff; }
|
||||
color: #fff !important; }
|
||||
|
||||
.menu LI.disabled:hover
|
||||
{ background-color: inherit; }
|
||||
|
||||
Reference in New Issue
Block a user