diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-14 13:20:21 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-14 13:20:21 +0000 |
commit | fbcf675ecb1240a9847447904b929e53b9ba4e81 (patch) | |
tree | f67c887f27d694acb90a00e827402751802e97e0 /WebContent/VAADIN/themes/reindeer/notification | |
parent | 0c273f890aadcd95dc4e25d68dcc606a7005486e (diff) | |
download | vaadin-framework-fbcf675ecb1240a9847447904b929e53b9ba4e81.tar.gz vaadin-framework-fbcf675ecb1240a9847447904b929e53b9ba4e81.zip |
"poro" theme update: notifications
svn changeset:7814/svn branch:6.0
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 |