diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-11-09 16:48:12 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-11-09 16:48:54 +0200 |
commit | 7f57fc6b3df5cd1498562acd515833f654b4618b (patch) | |
tree | 75f149d164d4f65e71a28379453722392f4ac99d /WebContent/VAADIN/themes/chameleon/components/notification/notification.css | |
parent | 4a0cde8a8101fa62a2976f225c78deb1eaef27f8 (diff) | |
download | vaadin-framework-7f57fc6b3df5cd1498562acd515833f654b4618b.tar.gz vaadin-framework-7f57fc6b3df5cd1498562acd515833f654b4618b.zip |
#7912 Remove support for IE6
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/notification/notification.css')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/notification/notification.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/notification/notification.css b/WebContent/VAADIN/themes/chameleon/components/notification/notification.css index 1e4268cf92..ee686912c5 100644 --- a/WebContent/VAADIN/themes/chameleon/components/notification/notification.css +++ b/WebContent/VAADIN/themes/chameleon/components/notification/notification.css @@ -47,10 +47,6 @@ 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; |