diff options
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/notification')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/notification/notification.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/notification/notification.css b/WebContent/VAADIN/themes/reindeer/notification/notification.css new file mode 100644 index 0000000000..8e41470a1f --- /dev/null +++ b/WebContent/VAADIN/themes/reindeer/notification/notification.css @@ -0,0 +1,6 @@ +.v-Notification { + color: #fff; + border-radius: 4px + -moz-border-radius: 4px; + -webkit-border-radius: 4px; +}
\ No newline at end of file |