aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay
diff options
context:
space:
mode:
authorJonatan Kronqvist <jonatan.kronqvist@itmill.com>2011-04-06 10:46:32 +0000
committerJonatan Kronqvist <jonatan.kronqvist@itmill.com>2011-04-06 10:46:32 +0000
commitc2b5723c72cf692811e3e95257194f3b7950da87 (patch)
tree69cfd9d49a3fee151c1f1e52ccc6a6d9c23135e4 /WebContent/VAADIN/themes/liferay
parent3bd6f9497e0fe5755850e1e2e132a45f817905c2 (diff)
downloadvaadin-framework-c2b5723c72cf692811e3e95257194f3b7950da87.tar.gz
vaadin-framework-c2b5723c72cf692811e3e95257194f3b7950da87.zip
Fixed #6731 - tree no longer scrolls when an item is selected.
svn changeset:18127/svn branch:6.5
Diffstat (limited to 'WebContent/VAADIN/themes/liferay')
-rw-r--r--WebContent/VAADIN/themes/liferay/styles.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/liferay/styles.css b/WebContent/VAADIN/themes/liferay/styles.css
index 4dbf9aafff..8b248ae320 100644
--- a/WebContent/VAADIN/themes/liferay/styles.css
+++ b/WebContent/VAADIN/themes/liferay/styles.css
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_5_4_dev-20110324";}
-.v-theme-version-6_5_4_dev-20110324 {display: none;}
+.v-theme-version:after {content:"6_5_5_dev-20110406";}
+.v-theme-version-6_5_5_dev-20110406 {display: none;}
/* Automatically compiled css file from subdirectories. */
.v-absolutelayout-wrapper {
@@ -1972,6 +1972,9 @@ textarea.v-textarea-readonly:focus {
background: transparent url(../base/common/img/sprites.png) no-repeat 5px -37px;
padding: 1px 0;
}
+.v-tree-node:focus {
+ outline: none;
+}
.v-tree-node-expanded {
background-position: -5px -10px;
}