HISE CSS Syntax
-
Does anyone know why this HISE syntax isn't correct?
const var panel_HOME_nav_theplayer_title_ART = Content.getComponent("panel_HOME_nav_theplayer_title_ART"); const var laf_cssShadowMaker = Content.createLocalLookAndFeel(); laf_cssShadowMaker.setStyleSheet("main.css"); panel_HOME_nav_transformer_title_ART.setStyleSheetClass(".class_standardShadow");
And then, "main.css" is…
.class_standardShadow { box-shadow: 5px 5px 15px rgba(0,0,0,0.3); }
-
C clevername27 marked this topic as a question
-
@clevername27 oopsies, forgot to accept
_
in a CSS identifier. Fixed now. -
@clevername27 Laf & CSS can be combined now?
-
-
-
@Christoph-Hart cheers, mate.
-
C clevername27 has marked this topic as solved
-
C clevername27 has marked this topic as unsolved