summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/notification
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-08-31 08:56:00 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-08-31 08:56:00 +0000
commit560a4c429ffd2f99eab16bef1226bd24d3a4c690 (patch)
tree53c1a98c422f79c6b88efc30449186947ec01252 /WebContent/VAADIN/themes/reindeer/notification
parentad96763e5c54cb4427f248a6499a2a34158c29ff (diff)
downloadvaadin-framework-560a4c429ffd2f99eab16bef1226bd24d3a4c690.tar.gz
vaadin-framework-560a4c429ffd2f99eab16bef1226bd24d3a4c690.zip
Small optimization to Reindeer notification CSS.
svn changeset:8592/svn branch:6.1
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/notification')
-rw-r--r--WebContent/VAADIN/themes/reindeer/notification/notification.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/notification/notification.css b/WebContent/VAADIN/themes/reindeer/notification/notification.css
index 5ec4e585fe..4f77c41019 100644
--- a/WebContent/VAADIN/themes/reindeer/notification/notification.css
+++ b/WebContent/VAADIN/themes/reindeer/notification/notification.css
@@ -16,8 +16,7 @@
border: 3px solid #fee3af;
}
.v-Notification.error {
- background: #b40000 none no-repeat right top;
- background-image: url(img/error-close.png);
+ background: #b40000 url(img/error-close.png) no-repeat right top;
border: 3px solid #ca3030;
}
.v-Notification.tray {