Parcourir la source

Fix background color of Notification in chameleon theme (#14246)

Change-Id: Ie561a3ef95fcc15e357d1edb65b45f596683e7e4

Conflicts:
	WebContent/VAADIN/themes/chameleon/components/notification/notification.scss
tags/7.2.6
Dmitrii Rogozin il y a 10 ans
Parent
révision
13eb3732b9

+ 3
- 0
WebContent/VAADIN/themes/chameleon/components/notification/notification.scss Voir le fichier

@@ -8,6 +8,9 @@ div.#{$primaryStyleName} {
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.7);
-moz-box-shadow: 0 2px 5px rgba(0,0,0,.7);
box-shadow: 0 2px 5px rgba(0,0,0,.7);
//IE8 does not support rgba, using just rgb
background:rgb(255,255,255) url(../img/grad-light-top.png) repeat-x;
background:rgba(255,255,255,.90) url(../img/grad-light-top.png) repeat-x;
}

.#{$primaryStyleName} p {

Chargement…
Annuler
Enregistrer