aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon
diff options
context:
space:
mode:
authorJohannes Tuikkala <johannes@vaadin.com>2014-07-09 14:44:03 +0300
committerVaadin Code Review <review@vaadin.com>2014-07-14 13:27:43 +0000
commit81a5f4275d7df9f7572009548286a4d63fc6d2d8 (patch)
treef8ce3023e72cfecd6853efbce82564ce9a7ad88a /WebContent/VAADIN/themes/chameleon
parent61905e0d49bb0f0be75626b2fa1bb9e53d1fe611 (diff)
downloadvaadin-framework-81a5f4275d7df9f7572009548286a4d63fc6d2d8.tar.gz
vaadin-framework-81a5f4275d7df9f7572009548286a4d63fc6d2d8.zip
Fix Tabsheet scrollbutton by css position in Chameleon theme (#12154)
Change-Id: Icd38631f8802fc86949fa29dd517f1aca0499c33
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon')
-rw-r--r--WebContent/VAADIN/themes/chameleon/components/tabsheet/tabsheet.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/tabsheet/tabsheet.scss b/WebContent/VAADIN/themes/chameleon/components/tabsheet/tabsheet.scss
index dfa1c51c3a..d7f968fe43 100644
--- a/WebContent/VAADIN/themes/chameleon/components/tabsheet/tabsheet.scss
+++ b/WebContent/VAADIN/themes/chameleon/components/tabsheet/tabsheet.scss
@@ -89,6 +89,7 @@
.#{$primaryStyleName}-scrollerNext-disabled,
.#{$primaryStyleName}-scrollerPrev-disabled:active,
.#{$primaryStyleName}-scrollerNext-disabled:active {
+ padding-top: 12px;
border: 1px solid #b3b3b3;
border-width: 0;
background: transparent url(../../img/tab-arrows.png) no-repeat 6px 50%;