diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-04-12 06:51:27 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-04-12 06:51:27 +0000 |
commit | a61660624b7d865c747b386afe95275581aa0055 (patch) | |
tree | b675a66d0c29df26e9ab0f02001ed9d514722029 | |
parent | 65299d5dc834828e1ad04d5fa0fb6ed90037f640 (diff) | |
download | vaadin-framework-a61660624b7d865c747b386afe95275581aa0055.tar.gz vaadin-framework-a61660624b7d865c747b386afe95275581aa0055.zip |
Opera doesn't support col-resize/row-resize cursor, added fallback for it in splitpanel styles.
svn changeset:12463/svn branch:6.3
-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 */ |