I am using the popup notification system described in the tutorial https://developer.mozilla.org/en/Using_popup_notifications . It is possible to change the background-color or text-color of the popup?
I am using the popup notification system described in the tutorial https://developer.mozilla.org/en/Using_popup_notifications . It
Share
The example code in the documentation creates a
<popupnotification popupid="sample-popup">tag in the browser window (obviously,popupidattribute depends on the ID you specified when opening the notification), you can style it. Add the following code to a CSS file loaded by your browser overlay: