diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-27 11:37:06 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-27 11:37:06 +0000 |
commit | adb42ba3dcbfc01d0abe5bbffe69cb129ceca979 (patch) | |
tree | 823f0404f53ba5ead4058a7d0ae0b0660d9cc199 /WebContent/VAADIN/themes/reindeer/notification | |
parent | 719b0b133c2593d9f006d1f9646c563be035480d (diff) | |
download | vaadin-framework-adb42ba3dcbfc01d0abe5bbffe69cb129ceca979.tar.gz vaadin-framework-adb42ba3dcbfc01d0abe5bbffe69cb129ceca979.zip |
New tabsheet style for Reindeer: "bar".
Notifications better styled for Reindeer.
Other minor improvements panel.
Fixed Sampler styles when using Reindeer theme (additional panel backgound color).
svn changeset:8030/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/notification')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/notification/notification.css | 18 |
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 |