diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-07-30 10:55:14 +0300 |
---|---|---|
committer | Jouni Koivuviita <jouni@vaadin.com> | 2014-07-30 10:55:14 +0300 |
commit | 02480c272900aee7df260a22df8aef144ca1f2b4 (patch) | |
tree | 66a7cb16bc6df798cae94e8d120857dcc3ca687a /WebContent | |
parent | 392e8a032f24abfac038dbb924e14420c514cf0a (diff) | |
download | vaadin-framework-02480c272900aee7df260a22df8aef144ca1f2b4.tar.gz vaadin-framework-02480c272900aee7df260a22df8aef144ca1f2b4.zip |
System notification opacity should be the same as normal notifications (#14331)
Change-Id: I24ef0a31d03e6512a36622a6bb457795aa873705
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/base/notification/notification.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/base/notification/notification.scss b/WebContent/VAADIN/themes/base/notification/notification.scss index 0fc7801777..a91e26947d 100644 --- a/WebContent/VAADIN/themes/base/notification/notification.scss +++ b/WebContent/VAADIN/themes/base/notification/notification.scss @@ -33,8 +33,6 @@ } .#{$primaryStyleName}-system { background-color: red; - opacity: .7; - filter: alpha(opacity=70); } .#{$primaryStyleName}-system h1 { display: block; |