diff options
author | Dmitrii Rogozin <dmitrii@vaadin.com> | 2014-07-07 17:54:22 +0300 |
---|---|---|
committer | Dmitrii Rogozin <dmitrii@vaadin.com> | 2014-07-08 12:01:01 +0300 |
commit | 8681fccd2e1c2a6483654058f35dea69749a9356 (patch) | |
tree | 249137159aa07a706f75a651b2aaf419ba4aa60e /WebContent/VAADIN/themes | |
parent | 8c36375edb9cadfec64a67f034d2a6828242df6f (diff) | |
download | vaadin-framework-8681fccd2e1c2a6483654058f35dea69749a9356.tar.gz vaadin-framework-8681fccd2e1c2a6483654058f35dea69749a9356.zip |
Fix regression in notification for chameleon caused by 13885.(#14172)
Change-Id: I33d70c54b9118e85c9542e56b917b993516ae213
Diffstat (limited to 'WebContent/VAADIN/themes')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/notification/notification.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/notification/notification.scss b/WebContent/VAADIN/themes/chameleon/components/notification/notification.scss index fbf78d40c4..783e4bcc1f 100644 --- a/WebContent/VAADIN/themes/chameleon/components/notification/notification.scss +++ b/WebContent/VAADIN/themes/chameleon/components/notification/notification.scss @@ -8,6 +8,7 @@ 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); + background:rgba(255,255,255,.90) url(../img/grad-light-top.png) repeat-x; } .#{$primaryStyleName} p { |