From 560a4c429ffd2f99eab16bef1226bd24d3a4c690 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 31 Aug 2009 08:56:00 +0000 Subject: [PATCH] Small optimization to Reindeer notification CSS. svn changeset:8592/svn branch:6.1 --- .../VAADIN/themes/reindeer/notification/notification.css | 3 +-- WebContent/VAADIN/themes/reindeer/styles.css | 3 +-- 2 files changed, 2 insertions(+), 4 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 { diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index ab10819259..e67c11f3b2 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -3014,8 +3014,7 @@ td.v-datefield-calendarpanel-nextyear { border: 3px solid #fee3af; } .v-Notification.error { - background: #b40000 none no-repeat right top; - background-image: url(notification/img/error-close.png); + background: #b40000 url(notification/img/error-close.png) no-repeat right top; border: 3px solid #ca3030; } .v-Notification.tray { -- 2.39.5