diff options
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/notification/notification.css')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/notification/notification.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/notification/notification.css b/WebContent/VAADIN/themes/chameleon/components/notification/notification.css index 12d5d67c62..1e4268cf92 100644 --- a/WebContent/VAADIN/themes/chameleon/components/notification/notification.css +++ b/WebContent/VAADIN/themes/chameleon/components/notification/notification.css @@ -1,10 +1,11 @@ div.v-Notification { - border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; + border-radius: 0; font-size: 100%; -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); } .v-Notification p { @@ -46,6 +47,10 @@ div.v-Notification-tray { text-shadow: 0 1px 1px rgba(0,0,0,.5); } +.v-ie6 .v-Notification-tray { + background-image: none; + } + .v-Notification-tray h1 { font-size: 14px; line-height: 18px; |