Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2019-08-14 14:48:35 +0300
committerThomas Bruederli <thomas@roundcube.net>2019-08-14 14:48:35 +0300
commit7661fa671102f2c1666dcc1ba449e28016d2d248 (patch)
tree2cfc078f81fc78dc783336ac06d373cf28d11574 /skins/elastic/styles
parent52f360a994434fd040ceacbbab0cff9946bed784 (diff)
Use the same icon for select/expand unread
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/widgets/menu.less4
1 files changed, 1 insertions, 3 deletions
diff --git a/skins/elastic/styles/widgets/menu.less b/skins/elastic/styles/widgets/menu.less
index 8b77dd71d..e7e93733b 100644
--- a/skins/elastic/styles/widgets/menu.less
+++ b/skins/elastic/styles/widgets/menu.less
@@ -478,9 +478,6 @@ a.toolbar-button {
&.expand.none:before {
content: @fa-var-angle-double-right;
}
- &.expand.unread:before {
- .font-icon-regular(@fa-var-envelope);
- }
&.export:before,
&.export.all:before,
&.export.selection:before {
@@ -561,6 +558,7 @@ a.toolbar-button {
.font-icon-regular(@fa-var-envelope-open);
}
&.unread:before,
+ &.expand.unread:before,
&.select.unread:before {
.font-icon-solid(@fa-var-envelope);
}