Elastic: Changed read/unread icons (#6636)

pull/6669/head
Aleksander Machniak 5 years ago
parent 7387bfcd0c
commit 4fff3315d0

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Elastic: Changed read/unread icons (#6636)
- Elastic: Changed "Move to..." icon (#6637)
- Elastic: Add hide/show for advanced preferences (#6632)
- Fix bug where next row wasn't selected after deleting a collapsed thread (#6655)

@ -457,11 +457,11 @@
content: @fa-var-qrcode;
}
&.read:before {
.font-icon-regular(@fa-var-circle);
.font-icon-regular(@fa-var-envelope-open);
}
&.unread:before,
&.select.unread:before {
.font-icon-solid(@fa-var-circle);
.font-icon-solid(@fa-var-envelope);
}
&.recipient:before {
.font-icon-regular(@fa-var-envelope);

Loading…
Cancel
Save