浏览代码

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 10 年前
父节点
当前提交
13eb3732b9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      WebContent/VAADIN/themes/chameleon/components/notification/notification.scss

+ 3
- 0
WebContent/VAADIN/themes/chameleon/components/notification/notification.scss 查看文件

@@ -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 {

正在加载...
取消
保存