diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-03-09 09:26:36 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-03-09 09:26:36 +0000 |
commit | 462fe69681fce7e654efb47807cc6c8c83ba62f8 (patch) | |
tree | 18eb0af70824a059999f8cd4ea8a73117eb788b7 /WebContent/VAADIN/themes/base/common | |
parent | bde9cfa7792fec6c83af2459dcedb41cd00d066c (diff) | |
download | vaadin-framework-462fe69681fce7e654efb47807cc6c8c83ba62f8.tar.gz vaadin-framework-462fe69681fce7e654efb47807cc6c8c83ba62f8.zip |
VScrollTable: If multiple rows selected and drag starts on selected row, client side now hints that all those rows are dragged.
svn changeset:11700/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN/themes/base/common')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.css b/WebContent/VAADIN/themes/base/common/common.css index 336fe828a2..d14eb2fa8d 100644 --- a/WebContent/VAADIN/themes/base/common/common.css +++ b/WebContent/VAADIN/themes/base/common/common.css @@ -225,9 +225,8 @@ div.v-app-loading { .v-drag-element { z-index:60000; position:absolute; - opacity: 0.4; - filter: alpha(opacity=40); - border: 1px solid #999; + opacity: 0.5; + filter: alpha(opacity=50); } .v-ddwrapper { |