diff options
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/notification')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/notification/notification.css | 6 |
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 index 62a45d9d86..33b56ef891 100644 --- a/WebContent/VAADIN/themes/reindeer/notification/notification.css +++ b/WebContent/VAADIN/themes/reindeer/notification/notification.css @@ -7,6 +7,12 @@ background: #c8ccd0; font-weight: bold; } + +.v-ie9 .v-Notification H1 { + /* Fix for #6793 */ + font-weight: bold; +} + .v-Notification p { line-height: 1.3; } |