IDEMPIERE-4972 : Translate icon is missing when using font icons (#890)

* IDEMPIERE-4972 : Translate icon is missing when using font icons

Using Carlos's suggestion

Co-authored-by: Carlos Ruiz <carg67@gmail.com>
This commit is contained in:
Nicolas Micoud 2021-09-21 15:01:48 +02:00 committed by GitHub
parent 86c21dafda
commit cfb9f4ab33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -56,5 +56,5 @@ Copyright (C) 2007 Ashley G Ramdass (ADempiere WebUI).
<!-- this js module doesn't actually exists and it is here for default theme version -->
<!-- since loading of js module is on demand, it doesn't cause any error as long as you don't try to load it -->
<javascript-module name="idempiere.theme.default" version="202109080650" />
<javascript-module name="idempiere.theme.default" version="202109201000" />
</language>

View File

@ -307,4 +307,6 @@
.z-icon-SequenceChange:before {
content: "\f14d";
}
.z-icon-Translate:before {
content: "\f1ab";
}