summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/notification/notification.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/notification/notification.css')
-rw-r--r--WebContent/VAADIN/themes/reindeer/notification/notification.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/notification/notification.css b/WebContent/VAADIN/themes/reindeer/notification/notification.css
index 8e41470a1f..74df1c1643 100644
--- a/WebContent/VAADIN/themes/reindeer/notification/notification.css
+++ b/WebContent/VAADIN/themes/reindeer/notification/notification.css
@@ -3,4 +3,22 @@
border-radius: 4px
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
+ font-size: 100%;
+ background: #babcbe;
+}
+.v-Notification.warning {
+ background: #f4a100;
+}
+.v-Notification.error {
+ background: #d82000;
+}
+.v-Notification.tray {
+ margin: 0 5px 5px 0;
+ background: #16181a;
+}
+.v-Notification.tray h1 {
+ font-size: 14px;
+}
+.v-Notification.tray p {
+ font-size: 12px;
} \ No newline at end of file