summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/notification
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-14 13:20:21 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-14 13:20:21 +0000
commitfbcf675ecb1240a9847447904b929e53b9ba4e81 (patch)
treef67c887f27d694acb90a00e827402751802e97e0 /WebContent/VAADIN/themes/reindeer/notification
parent0c273f890aadcd95dc4e25d68dcc606a7005486e (diff)
downloadvaadin-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.css6
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