]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed background image from notification (image not found?).
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 28 Apr 2008 11:05:16 +0000 (11:05 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 28 Apr 2008 11:05:16 +0000 (11:05 +0000)
svn changeset:4263/svn branch:trunk

WebContent/ITMILL/themes/default/notification/notification.css

index 82712ca71b2937058a3fc8413da8c20f02d45e6b..0fafa41d588a3943ab9d0f7aea8b6934acb4dbe0 100644 (file)
@@ -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;