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:
authorAleksander Machniak <alec@alec.pl>2019-06-07 09:38:08 +0300
committerAleksander Machniak <alec@alec.pl>2019-06-07 09:38:08 +0300
commit4b415c356c3927eec1d88affd89c11930c72ba24 (patch)
treee10b444ba507e01c5f8ba5a896335c6bd69685a5 /skins/elastic/styles
parentda678873b7ce952f3b90932ee0bdb31a8d2fd1d0 (diff)
Elastic: Better Spellcheck icon (#6792)
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/widgets/menu.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/elastic/styles/widgets/menu.less b/skins/elastic/styles/widgets/menu.less
index 850a74964..952bf8b6f 100644
--- a/skins/elastic/styles/widgets/menu.less
+++ b/skins/elastic/styles/widgets/menu.less
@@ -629,7 +629,7 @@ a.toolbar-button {
content: @fa-var-file-code;
}
&.spellcheck:before {
- content: @fa-var-magic; // TODO
+ content: @fa-var-spell-check;
}
&.status:before {
.font-icon-regular(@fa-var-lightbulb);