From: Jouni Koivuviita Date: Mon, 28 Apr 2008 11:05:16 +0000 (+0000) Subject: Removed background image from notification (image not found?). X-Git-Tag: 6.7.0.beta1~4858 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a9dd5bb11ffb670563a8a1702969868c6e53565f;p=vaadin-framework.git Removed background image from notification (image not found?). svn changeset:4263/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/notification/notification.css b/WebContent/ITMILL/themes/default/notification/notification.css index 82712ca71b..0fafa41d58 100644 --- a/WebContent/ITMILL/themes/default/notification/notification.css +++ b/WebContent/ITMILL/themes/default/notification/notification.css @@ -31,7 +31,7 @@ .i-Notification.error { background-color: #ff0a0a; - background-image: url(img/notification-error.png); + /*background-image: url(img/notification-error.png);*/ /* FIXME where is this image? */ background-repeat: no-repeat; background-position: center right; padding-right: 30px;