diff options
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/notification')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/notification/notification.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/notification/notification.css b/WebContent/VAADIN/themes/reindeer/notification/notification.css index 74df1c1643..a4e17ad86a 100644 --- a/WebContent/VAADIN/themes/reindeer/notification/notification.css +++ b/WebContent/VAADIN/themes/reindeer/notification/notification.css @@ -1,6 +1,6 @@ .v-Notification { color: #fff; - border-radius: 4px + border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 100%; |