diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-10-05 09:11:19 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-10-05 09:11:19 +0000 |
commit | 9e0a7ff98936a0b2abed0fa17c33157d9d1312b2 (patch) | |
tree | f1abbec561ffd93fee8f5133f32754360f7d5dd8 /WebContent/VAADIN/themes/runo/notification/notification.css | |
parent | e6075d604b46444884c54b371d62273d88b562a6 (diff) | |
download | vaadin-framework-9e0a7ff98936a0b2abed0fa17c33157d9d1312b2.tar.gz vaadin-framework-9e0a7ff98936a0b2abed0fa17c33157d9d1312b2.zip |
Fixes #3396: System notifications are grey (reindeer)
svn changeset:9071/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/runo/notification/notification.css')
-rw-r--r-- | WebContent/VAADIN/themes/runo/notification/notification.css | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/WebContent/VAADIN/themes/runo/notification/notification.css b/WebContent/VAADIN/themes/runo/notification/notification.css index 387a7d1886..da71112abb 100644 --- a/WebContent/VAADIN/themes/runo/notification/notification.css +++ b/WebContent/VAADIN/themes/runo/notification/notification.css @@ -63,13 +63,4 @@ }
.v-Notification.system {
background-color: #ff0a0a;
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.v-Notification.system h1 {
- display: block;
- margin: 0;
-}
-.v-Notification.system p {
- white-space: nowrap;
}
\ No newline at end of file |