IDEMPIERE-3568 Report Wizard is Not Working
This commit is contained in:
parent
68f7100ac0
commit
3669419d2c
|
@ -223,15 +223,15 @@
|
||||||
color: green;
|
color: green;
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
}
|
}
|
||||||
.z-icon-Request:before {
|
|
||||||
content: "\f046";
|
|
||||||
}
|
|
||||||
.z-icon-Refresh:before {
|
.z-icon-Refresh:before {
|
||||||
content: "\f021";
|
content: "\f021";
|
||||||
}
|
}
|
||||||
.z-icon-Report:before {
|
.z-icon-Report:before {
|
||||||
content: "\f1ea";
|
content: "\f1ea";
|
||||||
}
|
}
|
||||||
|
.z-icon-Request:before {
|
||||||
|
content: "\f046";
|
||||||
|
}
|
||||||
.z-icon-Reset:before {
|
.z-icon-Reset:before {
|
||||||
content: "\f0e2";
|
content: "\f0e2";
|
||||||
}
|
}
|
||||||
|
@ -265,6 +265,9 @@
|
||||||
.z-icon-Window:before {
|
.z-icon-Window:before {
|
||||||
content: "\f022";
|
content: "\f022";
|
||||||
}
|
}
|
||||||
|
.z-icon-Wizard:before {
|
||||||
|
content: "\f0d0";
|
||||||
|
}
|
||||||
.z-icon-WorkFlow:before {
|
.z-icon-WorkFlow:before {
|
||||||
content: "\f126";
|
content: "\f126";
|
||||||
}
|
}
|
||||||
|
@ -275,11 +278,3 @@
|
||||||
.z-icon-ZoomAcross:before {
|
.z-icon-ZoomAcross:before {
|
||||||
content: "\f00e";
|
content: "\f00e";
|
||||||
}
|
}
|
||||||
|
|
||||||
.z-icon-Request:before {
|
|
||||||
content: "\f046";
|
|
||||||
}
|
|
||||||
|
|
||||||
.z-icon-WorkFlow:before {
|
|
||||||
content: "\f126";
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue