]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #3396: System notifications are grey (reindeer)
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 5 Oct 2009 09:11:19 +0000 (09:11 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 5 Oct 2009 09:11:19 +0000 (09:11 +0000)
svn changeset:9071/svn branch:6.2

WebContent/VAADIN/themes/reindeer/notification/notification.css
WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/runo/notification/notification.css
WebContent/VAADIN/themes/runo/styles.css

index 4f77c41019c2292061d9b73704e174e832fb38eb..f266f0576d64c48c234132259188c98e40a45b72 100644 (file)
@@ -32,4 +32,7 @@
 .v-Notification.tray p {
        font-size: 12px;
        font-weight: normal;
+}
+.v-Notification.system {
+       background-color: #b40000;
 }
\ No newline at end of file
index 338c14b80e3ca51ca20ef34433b120bc22a28f0b..f1d5c4d60c62816780e7641b1464c0d8ac85aa74 100644 (file)
@@ -3044,6 +3044,9 @@ td.v-datefield-calendarpanel-nextyear {
        font-size: 12px;
        font-weight: normal;
 }
+.v-Notification.system {
+       background-color: #b40000;
+}
 
 .v-panel-caption,
 .v-panel-nocaption {
index 387a7d1886c3345c1fa5d993c910d9e947759acf..da71112abb14d8f47d064584fda80084b54afa7f 100644 (file)
 }\r
 .v-Notification.system {\r
        background-color: #ff0a0a;\r
-       opacity: 0.7;\r
-       filter: alpha(opacity=70);\r
-}\r
-.v-Notification.system h1 {\r
-       display: block;\r
-       margin: 0;\r
-}\r
-.v-Notification.system p {\r
-       white-space: nowrap;\r
 }
\ No newline at end of file
index 134a9367293cc9950efc466eb85201428943eba3..5aef0bc5795466c105b036e755688e61e6e54b39 100644 (file)
@@ -2204,15 +2204,6 @@ div.v-tree-node-leaf {
 }
 .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;
 }
 
 .v-orderedlayout-margin-top,