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 12:09:28 +0300
committerAleksander Machniak <alec@alec.pl>2019-08-24 12:09:28 +0300
commit2691fe1cf0b3a1c99c95aa1c9f5718db0fa74439 (patch)
tree4de5244bc59063a554cd53eee6cc385f67c7bb3c /skins
parentb07f7212bea7682beb777a025866ea3822e1bb83 (diff)
Elastic: Slightly better icon for Invert action
Diffstat (limited to 'skins')
-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 e7e93733b..90a5be288 100644
--- a/skins/elastic/styles/widgets/menu.less
+++ b/skins/elastic/styles/widgets/menu.less
@@ -607,7 +607,7 @@ a.toolbar-button {
content: @fa-var-asterisk;
}
&.select.invert:before {
- content: @fa-var-square;
+ content: @fa-var-check-square;
}
&.select.none:before {
.font-icon-solid(@fa-var-times);