summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/notification
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2011-04-11 13:39:52 +0000
committerArtur Signell <artur.signell@itmill.com>2011-04-11 13:39:52 +0000
commite14e9943c2d20552d1cd3394349e733cfbefd2f2 (patch)
tree1500c4b949ebafa49791bfa54b6e8bd6040ce7fe /WebContent/VAADIN/themes/reindeer/notification
parent55ccd1c9d5ccd2c7dda928da3b1ad453c3c4c82f (diff)
downloadvaadin-framework-e14e9943c2d20552d1cd3394349e733cfbefd2f2.tar.gz
vaadin-framework-e14e9943c2d20552d1cd3394349e733cfbefd2f2.zip
#6793 Ensure font-weight: bold for IE9
svn changeset:18208/svn branch:6.6
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/notification')
-rw-r--r--WebContent/VAADIN/themes/reindeer/notification/notification.css6
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;
}