summaryrefslogtreecommitdiffstats
path: root/compatibility-themes
diff options
context:
space:
mode:
Diffstat (limited to 'compatibility-themes')
-rw-r--r--compatibility-themes/src/main/themes/VAADIN/themes/base/escalator/escalator.scss2
-rw-r--r--compatibility-themes/src/main/themes/VAADIN/themes/base/grid/grid.scss16
2 files changed, 18 insertions, 0 deletions
diff --git a/compatibility-themes/src/main/themes/VAADIN/themes/base/escalator/escalator.scss b/compatibility-themes/src/main/themes/VAADIN/themes/base/escalator/escalator.scss
index 1abf754584..10a21c65d9 100644
--- a/compatibility-themes/src/main/themes/VAADIN/themes/base/escalator/escalator.scss
+++ b/compatibility-themes/src/main/themes/VAADIN/themes/base/escalator/escalator.scss
@@ -75,6 +75,8 @@
}
.#{$primaryStyleName}-body {
+ -ms-touch-action: none;
+ touch-action: none;
z-index: 0;
top: 0;
diff --git a/compatibility-themes/src/main/themes/VAADIN/themes/base/grid/grid.scss b/compatibility-themes/src/main/themes/VAADIN/themes/base/grid/grid.scss
index fdbf2a0cf5..2cbb1c8616 100644
--- a/compatibility-themes/src/main/themes/VAADIN/themes/base/grid/grid.scss
+++ b/compatibility-themes/src/main/themes/VAADIN/themes/base/grid/grid.scss
@@ -276,6 +276,22 @@ $v-grid-details-border-bottom-stripe: 1px solid darken($v-grid-row-background-co
-ms-user-select: none;
user-select: none;
}
+
+ .#{$primaryStyleName}-column-resize-simple-indicator {
+ position: absolute;
+ width: 3px;
+ top: 0px;
+ left: $v-grid-cell-padding-horizontal;
+ z-index: 9001;
+ background: #fff;
+ box-shadow: 0px 0px 5px #000;
+
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ }
// Footer