- Proper icon for docx and xlsx attachments (#1488366)

pull/1/head
alecpl 13 years ago
parent efaf2e077f
commit f709325172

@ -1789,6 +1789,7 @@ ul.toolbarmenu li span.conversation {
} }
.attachmentslist li.doc, .attachmentslist li.doc,
.attachmentslist li.docx,
.attachmentslist li.msword { .attachmentslist li.msword {
background-position: 0 -52px; background-position: 0 -52px;
} }
@ -1798,6 +1799,7 @@ ul.toolbarmenu li span.conversation {
} }
.attachmentslist li.xls, .attachmentslist li.xls,
.attachmentslist li.xlsx,
.attachmentslist li.msexcel { .attachmentslist li.msexcel {
background-position: 0 -104px; background-position: 0 -104px;
} }

Loading…
Cancel
Save