How can we add styles to the cq:dialogue tab in AEM instance?
we can change the styles in console via jQuery but can't apply when it's loaded within the javaScript(jQuery) file of any component used in the specific page.
$('.coral-Form-field.coral3-Multifield').css('background-color', 'black');
Here i am able to change the background color of opened cq:dialogue box to black (After closing and opening of dialogue the change goes away i.e background-color returns to normal ash color).
How and where should we write this code so that the style gets applied to the cq:dialogue box.