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-08-24 12:07:22 +0300
committerAleksander Machniak <alec@alec.pl>2019-08-24 12:07:22 +0300
commitb07f7212bea7682beb777a025866ea3822e1bb83 (patch)
treed12aa250003714375f64a5f64742cdfc1fcbc968 /plugins
parent53ccce4be92087d141b454d1d68c2759421238cb (diff)
Elastic: Fix selection button icon in Enigma
Diffstat (limited to 'plugins')
-rw-r--r--plugins/enigma/skins/elastic/templates/keys.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/enigma/skins/elastic/templates/keys.html b/plugins/enigma/skins/elastic/templates/keys.html
index 8836fecb8..99e8f8ed9 100644
--- a/plugins/enigma/skins/elastic/templates/keys.html
+++ b/plugins/enigma/skins/elastic/templates/keys.html
@@ -68,7 +68,7 @@
<h3 id="aria-label-exportmenu" class="voice"><roundcube:label name="enigma.arialabelkeyexportoptions" /></h3>
<ul class="menu listing" role="menu" aria-labelledby="aria-label-export-menu">
<roundcube:button type="link-menuitem" command="plugin.enigma-key-export" label="exportall" prop="sub" class="export all disabled" classAct="export all active" />
- <roundcube:button type="link-menuitem" command="plugin.enigma-key-export-selected" label="exportsel" prop="sub" class="export selection disabled" classAct="export selection active" />
+ <roundcube:button type="link-menuitem" command="plugin.enigma-key-export-selected" label="exportsel" prop="sub" class="export select disabled" classAct="export select active" />
</ul>
</div>