aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-07-14 19:33:49 +0300
committerVaadin Code Review <review@vaadin.com>2015-08-24 11:10:50 +0000
commite007f059b28f686109705ad1972cfdb6adc7ec43 (patch)
tree36e1c81324e8034532473e1b33eaabb2329d5f78 /server/src/com/vaadin
parent03c262b21bf91f6635e6725e4fd8f79d67359b93 (diff)
downloadvaadin-framework-e007f059b28f686109705ad1972cfdb6adc7ec43.tar.gz
vaadin-framework-e007f059b28f686109705ad1972cfdb6adc7ec43.zip
Use correct classname for ValoTheme.SCROLL_INDICATOR (#14802)
Use constants in Valo tests to ensure they are correct Change-Id: Ie8234a45a6f81551cdc4de2e81141aba704f4b6b
Diffstat (limited to 'server/src/com/vaadin')
-rw-r--r--server/src/com/vaadin/ui/themes/ValoTheme.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/themes/ValoTheme.java b/server/src/com/vaadin/ui/themes/ValoTheme.java
index 1285bf7f67..3a9986c632 100644
--- a/server/src/com/vaadin/ui/themes/ValoTheme.java
+++ b/server/src/com/vaadin/ui/themes/ValoTheme.java
@@ -709,7 +709,7 @@ public class ValoTheme {
* area is scrolled. Suitable with the {@link #PANEL_BORDERLESS} style. Can
* be combined with any other Panel style.
*/
- public static final String PANEL_SCROLL_INDICATOR = "scroll-indicator";
+ public static final String PANEL_SCROLL_INDICATOR = "scroll-divider";
/**
* Inset panel style. Can be combined with any other Panel style.