diff options
author | Henrik Paul <henrik@vaadin.com> | 2014-11-27 12:03:20 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2014-11-27 12:05:54 +0000 |
commit | 227bd83276810ffbae87b582c985b2702595cf42 (patch) | |
tree | 21a012c501209aeaf6c07658d25a0caa802a24bb /WebContent | |
parent | 1f585fe302b2aaa0a76fb485b993347e9f2fca82 (diff) | |
download | vaadin-framework-227bd83276810ffbae87b582c985b2702595cf42.tar.gz vaadin-framework-227bd83276810ffbae87b582c985b2702595cf42.zip |
Adds a themeable background element for horizontal scrollbar (#13334)
Change-Id: I95622de533497b3d89bcdd2a782c6271aec0764f
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/base/escalator/escalator.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/escalator/escalator.scss b/WebContent/VAADIN/themes/base/escalator/escalator.scss index 0246224fd3..f410cafa17 100644 --- a/WebContent/VAADIN/themes/base/escalator/escalator.scss +++ b/WebContent/VAADIN/themes/base/escalator/escalator.scss @@ -41,6 +41,12 @@ $border-color: #aaa; width: inherit; /* a decent default fallback */ } +.#{$primaryStyleName}-horizontalscrollbarbackground { + position: absolute; + bottom: 0; + width: 100%; +} + .#{$primaryStyleName}-header, .#{$primaryStyleName}-body, .#{$primaryStyleName}-footer { |