summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/caption
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-12-14 15:28:17 +0200
committerArtur Signell <artur@vaadin.com>2012-12-17 21:46:54 +0200
commitb7aa5ead03310a45587284b3cfec64f56613fbd6 (patch)
tree8e66eba1be016c6527b2c1501fc1eca1862489b4 /WebContent/VAADIN/themes/base/caption
parent95d9349d2381b751526c6617f4d0d9d13fac18d3 (diff)
downloadvaadin-framework-b7aa5ead03310a45587284b3cfec64f56613fbd6.tar.gz
vaadin-framework-b7aa5ead03310a45587284b3cfec64f56613fbd6.zip
Fixed IE scrollbar issues for most if not all components
Fixed by defining font-size:0 and line-height:normal for all v-scrollable elements. A font-size is defined using $font-size for all themes and this is reset in v-widget. Similarly for $line-height. Should fix at least #9004, #9552, #9572 Change-Id: I78da2c2ce497a0a22962644c9c97df5a0e41e056
Diffstat (limited to 'WebContent/VAADIN/themes/base/caption')
-rw-r--r--WebContent/VAADIN/themes/base/caption/caption.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/caption/caption.scss b/WebContent/VAADIN/themes/base/caption/caption.scss
index 7b62866d3c..ec87f71999 100644
--- a/WebContent/VAADIN/themes/base/caption/caption.scss
+++ b/WebContent/VAADIN/themes/base/caption/caption.scss
@@ -6,6 +6,7 @@
.#{$primaryStyleName} {
overflow: hidden;
white-space: nowrap;
+ font-size: $font-size;
}
.v-errorindicator {
display: inline-block;