summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2014-12-12 23:36:33 +0200
committerVaadin Code Review <review@vaadin.com>2015-01-15 14:03:13 +0000
commita613f8c4735dff8e01f8a9dad2d4f3c5c4a2ecce (patch)
tree49fe87a89da26b1de17625c82406108e83360463 /WebContent
parent6b2fabeeddf233cfa5e13498e93057ab7b240343 (diff)
downloadvaadin-framework-a613f8c4735dff8e01f8a9dad2d4f3c5c4a2ecce.tar.gz
vaadin-framework-a613f8c4735dff8e01f8a9dad2d4f3c5c4a2ecce.zip
Change cursor to default for nondraggable windows in Valo. (#15377)
Change-Id: Ie019abbda1664e8dd4f53a76f2c6f21e3bc5443b
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_window.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_window.scss b/WebContent/VAADIN/themes/valo/components/_window.scss
index 23fa5338c2..52f57df183 100644
--- a/WebContent/VAADIN/themes/valo/components/_window.scss
+++ b/WebContent/VAADIN/themes/valo/components/_window.scss
@@ -110,6 +110,7 @@ $v-window-modality-curtain-background-color: #222 !default;
$scroll-divider-width: max(1px, first-number($v-border));
.#{$primary-stylename}-outerheader {
+ cursor: move;
position: absolute;
z-index: 2;
top: 0;
@@ -133,7 +134,6 @@ $v-window-modality-curtain-background-color: #222 !default;
}
.#{$primary-stylename}-header {
- cursor: move;
line-height: $v-unit-size - 1px;
padding-left: round($v-unit-size/3);
margin-right: $v-unit-size * 2;