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
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-08-24 11:41:48 +0300
committerAleksander Machniak <alec@alec.pl>2019-08-24 11:41:48 +0300
commit53ccce4be92087d141b454d1d68c2759421238cb (patch)
treefe060317b0fdd1aa13db3e65715d42fcf58d05d1 /skins
parentbe4341663c7f870dc9fe371ccac1d76dc79be71a (diff)
parent7661fa671102f2c1666dcc1ba449e28016d2d248 (diff)
Merge branch 'pr-elastic-icons' of https://github.com/thomascube/roundcubemail into thomascube-pr-elastic-icons
Diffstat (limited to 'skins')
-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);
}