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-11-18 15:17:43 +0300
committerAleksander Machniak <alec@alec.pl>2019-11-18 15:18:57 +0300
commitfbc50b37914541386fb4bca40e2c53e08943def2 (patch)
tree543662f4c0c996840f9a91ccfaa91944e72d7f6e /skins
parentac3ce1d713622cdeddd03ee891d26962b29e7745 (diff)
Elastic: Fix language icon (#6624)
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/styles/widgets/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/elastic/styles/widgets/forms.less b/skins/elastic/styles/widgets/forms.less
index 863fa6056..ee82c3e15 100644
--- a/skins/elastic/styles/widgets/forms.less
+++ b/skins/elastic/styles/widgets/forms.less
@@ -623,7 +623,7 @@ html.ms .propform {
&.host:before {
content: @fa-var-home;
}
- &.language.before {
+ &.language:before {
content: @fa-var-globe;
}
&.cancel:before {