diff options
Diffstat (limited to 'WebContent/VAADIN/themes/base/styles.css')
-rw-r--r-- | WebContent/VAADIN/themes/base/styles.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/WebContent/VAADIN/themes/base/styles.css b/WebContent/VAADIN/themes/base/styles.css index 1b28fef5e0..29be722503 100644 --- a/WebContent/VAADIN/themes/base/styles.css +++ b/WebContent/VAADIN/themes/base/styles.css @@ -664,36 +664,36 @@ div.v-app-loading { } .v-Notification h1, .v-Notification p, -.v-Notification.error h1, -.v-Notification.error p, -.v-Notification.warning h1, -.v-Notification.warning p { +.v-Notification-error h1, +.v-Notification-error p, +.v-Notification-warning h1, +.v-Notification-warning p { display: inline; white-space: nowrap; margin: 0 0.5em 0 0; } -.v-Notification.warning { +.v-Notification-warning { background: orange; } -.v-Notification.error { +.v-Notification-error { background: red; } -.v-Notification.tray h1 { +.v-Notification-tray h1 { display: block; } -.v-Notification.tray p { +.v-Notification-tray p { display: block; } -.v-Notification.system { +.v-Notification-system { background-color: red; opacity: .7; filter: alpha(opacity=70); } -.v-Notification.system h1 { +.v-Notification-system h1 { display: block; margin: 0; } -.v-Notification.system p { +.v-Notification-system p { white-space: nowrap; } |