Hi,
I’m struggling to change the background color of tray notifications. Since they appear only for a few seconds, it’s hard debug it with Firebug.
Any help is much appreciated.
Andreas
Hi,
I’m struggling to change the background color of tray notifications. Since they appear only for a few seconds, it’s hard debug it with Firebug.
Any help is much appreciated.
Andreas
I think this will override it
.v-Notification-tray {
background: yellow;
}
BTW I found/derived this by visiting http://localhost:8080/application/VAADIN/themes/reindeer/styles.css, and searching the file for “notification”; a helpful technique when firebug isn’t useful.
Cheers,
Charles.
I could fix it myself:
.v-Notification-tray {background-color: #4444FF !important;}
The important thing here is the capital N in
N
otification!