summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/notification
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-10-05 09:27:19 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-10-05 09:27:19 +0000
commite6a00c35b9bf2575292da98b6ec5e38ad27f3b21 (patch)
treefd4dbcadd8384cde795fc6871565e3a6d91e9a3e /WebContent/VAADIN/themes/base/notification
parent9e0a7ff98936a0b2abed0fa17c33157d9d1312b2 (diff)
downloadvaadin-framework-e6a00c35b9bf2575292da98b6ec5e38ad27f3b21.tar.gz
vaadin-framework-e6a00c35b9bf2575292da98b6ec5e38ad27f3b21.zip
Fixes #3471: Notification "styles" (i.e. types) should work similarly to other component stylenames
svn changeset:9073/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/base/notification')
-rw-r--r--WebContent/VAADIN/themes/base/notification/notification.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/WebContent/VAADIN/themes/base/notification/notification.css b/WebContent/VAADIN/themes/base/notification/notification.css
index 514d274488..6ab069b08c 100644
--- a/WebContent/VAADIN/themes/base/notification/notification.css
+++ b/WebContent/VAADIN/themes/base/notification/notification.css
@@ -7,35 +7,35 @@
}
.v-Notification h1,
.v-Notification p,
-.v-Notification.error h1,
-.v-Notification.error p,
-.v-Notification.warning h1,
-.v-Notification.warning p {
+.v-Notification-error h1,
+.v-Notification-error p,
+.v-Notification-warning h1,
+.v-Notification-warning p {
display: inline;
white-space: nowrap;
margin: 0 0.5em 0 0;
}
-.v-Notification.warning {
+.v-Notification-warning {
background: orange;
}
-.v-Notification.error {
+.v-Notification-error {
background: red;
}
-.v-Notification.tray h1 {
+.v-Notification-tray h1 {
display: block;
}
-.v-Notification.tray p {
+.v-Notification-tray p {
display: block;
}
-.v-Notification.system {
+.v-Notification-system {
background-color: red;
opacity: .7;
filter: alpha(opacity=70);
}
-.v-Notification.system h1 {
+.v-Notification-system h1 {
display: block;
margin: 0;
}
-.v-Notification.system p {
+.v-Notification-system p {
white-space: nowrap;
} \ No newline at end of file