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:
parent
86c21dafda
commit
cfb9f4ab33
|
@ -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 -->
|
<!-- 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 -->
|
<!-- 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>
|
</language>
|
||||||
|
|
|
@ -307,4 +307,6 @@
|
||||||
.z-icon-SequenceChange:before {
|
.z-icon-SequenceChange:before {
|
||||||
content: "\f14d";
|
content: "\f14d";
|
||||||
}
|
}
|
||||||
|
.z-icon-Translate:before {
|
||||||
|
content: "\f1ab";
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue