Hello,
I would like to make a few small css changes to some buttons on my splash pages.
var myButton1= new Button({
label: "I Accept",
onClick: function(){
splashPage2.show();
splashPage1.hide();
domStyle.set(splashPage2.closeButtonNode, { display: 'none' });
domStyle.set("myButton1", {fontSize:"5pt",letterSpacing:"1.2em"});
}
}).placeAt(splashPage1.containerNode);
The part in bold does not change the style. Any suggestions to get the changes to work are appreciated. I stopped searching reference material online at the moment.
https://community.esri.com/groups/web-appbuilder-custom-themes?sr=search&searchId=2867be5a-d1d5-477d-b03f-d5337285cec7&searchIndex=0
https://community.esri.com/groups/web-app-builder-custom-widgets?sr=search&searchId=ec038c3c-7cc7-4a32-bf2c-4c36532fd3d1&searchIndex=2