diff options
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/base/splitpanel/splitpanel.css | 2 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/base/styles.css | 6 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/styles.css | 6 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/runo/styles.css | 6 |
4 files changed, 14 insertions, 6 deletions
diff --git a/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css b/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css index 82ef5a4e7b..fd92984abb 100644 --- a/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css +++ b/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css @@ -13,6 +13,7 @@ top: 0; bottom: 0; background: #ddd; + cursor: e-resize; cursor: col-resize; } .v-splitpanel-vsplitter { @@ -23,6 +24,7 @@ height: 6px; font-size: 1px; /* for IE6 */ background: #ddd; + cursor: s-resize; cursor: row-resize; } /* IE specific styles */ diff --git a/WebContent/VAADIN/themes/base/styles.css b/WebContent/VAADIN/themes/base/styles.css index cbace69331..f49fd5ad71 100644 --- a/WebContent/VAADIN/themes/base/styles.css +++ b/WebContent/VAADIN/themes/base/styles.css @@ -1,5 +1,5 @@ -.v-theme-version:after {content:"6_3_0_dev-20100409";} -.v-theme-version-6_3_0_dev-20100409 {display: none;} +.v-theme-version:after {content:"9_9_9_INTERNAL-DEBUG-BUILD";} +.v-theme-version-9_9_9_INTERNAL-DEBUG-BUILD {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { @@ -1367,6 +1367,7 @@ div.v-progressindicator-indeterminate-disabled { top: 0; bottom: 0; background: #ddd; + cursor: e-resize; cursor: col-resize; } .v-splitpanel-vsplitter { @@ -1377,6 +1378,7 @@ div.v-progressindicator-indeterminate-disabled { height: 6px; font-size: 1px; /* for IE6 */ background: #ddd; + cursor: s-resize; cursor: row-resize; } /* IE specific styles */ diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index 1174639f7c..f56c5d750d 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -1,5 +1,5 @@ -.v-theme-version:after {content:"6_3_0_dev-20100409";} -.v-theme-version-6_3_0_dev-20100409 {display: none;} +.v-theme-version:after {content:"9_9_9_INTERNAL-DEBUG-BUILD";} +.v-theme-version-9_9_9_INTERNAL-DEBUG-BUILD {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { @@ -1367,6 +1367,7 @@ div.v-progressindicator-indeterminate-disabled { top: 0; bottom: 0; background: #ddd; + cursor: e-resize; cursor: col-resize; } .v-splitpanel-vsplitter { @@ -1377,6 +1378,7 @@ div.v-progressindicator-indeterminate-disabled { height: 6px; font-size: 1px; /* for IE6 */ background: #ddd; + cursor: s-resize; cursor: row-resize; } /* IE specific styles */ diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 491a46c7dd..490248ad2f 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_3_0_dev-20100409";} -.v-theme-version-6_3_0_dev-20100409 {display: none;} +.v-theme-version:after {content:"9_9_9_INTERNAL-DEBUG-BUILD";} +.v-theme-version-9_9_9_INTERNAL-DEBUG-BUILD {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { @@ -1367,6 +1367,7 @@ div.v-progressindicator-indeterminate-disabled { top: 0; bottom: 0; background: #ddd; + cursor: e-resize; cursor: col-resize; } .v-splitpanel-vsplitter { @@ -1377,6 +1378,7 @@ div.v-progressindicator-indeterminate-disabled { height: 6px; font-size: 1px; /* for IE6 */ background: #ddd; + cursor: s-resize; cursor: row-resize; } /* IE specific styles */ |