diff options
author | Artur Signell <artur@vaadin.com> | 2013-03-11 22:20:51 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-03-11 22:23:54 +0200 |
commit | 04ee1d7fbbe908c91f0c26e2fc6e72b628718b76 (patch) | |
tree | 858787251f5f63e09563b03722191f2227eba6a6 /WebContent/VAADIN/themes/reindeer/notification | |
parent | 2af3a297286fa6adeaee3ee0b88df705e095154a (diff) | |
download | vaadin-framework-04ee1d7fbbe908c91f0c26e2fc6e72b628718b76.tar.gz vaadin-framework-04ee1d7fbbe908c91f0c26e2fc6e72b628718b76.zip |
Applied IE9 CSS fixes to IE10 also (#11301)
Change-Id: I50e5d33773127e9073e820bc4e307979bbcbd875
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/notification')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/notification/notification.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/notification/notification.scss b/WebContent/VAADIN/themes/reindeer/notification/notification.scss index 4884f19f8b..ec0d15df2f 100644 --- a/WebContent/VAADIN/themes/reindeer/notification/notification.scss +++ b/WebContent/VAADIN/themes/reindeer/notification/notification.scss @@ -10,9 +10,11 @@ font-weight: bold; } -.v-ie9 & .#{$primaryStyleName} H1 { +.v-ie9 &, .v-ie10 & { + .#{$primaryStyleName} H1 { /* Fix for #6793 */ font-weight: bold; + } } .#{$primaryStyleName} p { |