summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/styles.css
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2010-04-12 06:51:27 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2010-04-12 06:51:27 +0000
commita61660624b7d865c747b386afe95275581aa0055 (patch)
treeb675a66d0c29df26e9ab0f02001ed9d514722029 /WebContent/VAADIN/themes/runo/styles.css
parent65299d5dc834828e1ad04d5fa0fb6ed90037f640 (diff)
downloadvaadin-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
Diffstat (limited to 'WebContent/VAADIN/themes/runo/styles.css')
-rw-r--r--WebContent/VAADIN/themes/runo/styles.css6
1 files changed, 4 insertions, 2 deletions
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 */