-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.7, 8.0.1
-
Security Level: Jimmy
-
ZK 8.0.2 S1, ZK 8.0.2 S2
-
None
with the fix of http://tracker.zkoss.org/browse/ZK-1433 an inline style was added to a macro component. Those styles are hard to override by CSS and requiring "!important" breaking the way CSS styles work in a normal scenario.
WORKAROUNDS
<style>
.z-macro
</style>
OR
use inline-macros