IDEMPIERE-3535 Implement font icon theme. Fixed missing icon for "Zoom Across (Where Use)"

This commit is contained in:
Heng Sin Low 2017-11-03 19:49:15 +08:00
parent f16500ffe1
commit 83acfa13a7
1 changed files with 4 additions and 0 deletions

View File

@ -272,6 +272,10 @@
content: "\f14c";
}
.z-icon-ZoomAcross:before {
content: "\f00e";
}
.z-icon-Request:before {
content: "\f046";
}