diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-03-18 15:16:51 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-03-18 15:16:51 +0000 |
commit | 5e4d8ba39238a22bd3a2aa818bfc445fe330b9ce (patch) | |
tree | 446a00e1e433596e2bac48bfd07804ec3ea1766e /WebContent/VAADIN/themes/base/common | |
parent | 0013d489752f07d53ab958ee31d8cb654aa13db1 (diff) | |
download | vaadin-framework-5e4d8ba39238a22bd3a2aa818bfc445fe330b9ce.tar.gz vaadin-framework-5e4d8ba39238a22bd3a2aa818bfc445fe330b9ce.zip |
fixes #4347, cursor is now "default" by default when mouse is over drag proxy.
svn changeset:11973/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN/themes/base/common')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.css b/WebContent/VAADIN/themes/base/common/common.css index d14eb2fa8d..d9ce256e7e 100644 --- a/WebContent/VAADIN/themes/base/common/common.css +++ b/WebContent/VAADIN/themes/base/common/common.css @@ -227,6 +227,7 @@ div.v-app-loading { position:absolute; opacity: 0.5; filter: alpha(opacity=50); + cursor: default; } .v-ddwrapper { |