summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-12-21 08:44:10 +0000
committerArtur Signell <artur.signell@itmill.com>2010-12-21 08:44:10 +0000
commit92b9df06809545a342f684fe76a50a5792356fe4 (patch)
treec14d6a8d58e787a430278f5d8044fd650c840801 /WebContent/VAADIN/themes/runo
parent50524941f6739dffc3047ddffce1ee96b6bee3a1 (diff)
downloadvaadin-framework-92b9df06809545a342f684fe76a50a5792356fe4.tar.gz
vaadin-framework-92b9df06809545a342f684fe76a50a5792356fe4.zip
#6041 The splitter in a disabled split panel can be moved
svn changeset:16591/svn branch:6.5
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r--WebContent/VAADIN/themes/runo/styles.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css
index 289ee91b9b..b9580f9248 100644
--- a/WebContent/VAADIN/themes/runo/styles.css
+++ b/WebContent/VAADIN/themes/runo/styles.css
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_5_0_dev-20101216";}
-.v-theme-version-6_5_0_dev-20101216 {display: none;}
+.v-theme-version:after {content:"6_5_0_dev-20101221";}
+.v-theme-version-6_5_0_dev-20101221 {display: none;}
/* Automatically compiled css file from subdirectories. */
.v-absolutelayout-wrapper {
@@ -1422,6 +1422,9 @@ div.v-progressindicator-indeterminate-disabled {
cursor: e-resize;
cursor: col-resize;
}
+.v-disabled .v-splitpanel-hsplitter div {
+ cursor: default;
+}
.v-splitpanel-vsplitter {
height: 6px;
font-size: 1px; /* for IE6 */
@@ -1433,6 +1436,9 @@ div.v-progressindicator-indeterminate-disabled {
cursor: s-resize;
cursor: row-resize;
}
+.v-disabled .v-splitpanel-vsplitter div {
+ cursor: default;
+}
/* IE specific styles */
.v-ie6 .v-splitpanel-hsplitter div {
height: 99%;