diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2011-04-20 07:27:15 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2011-04-20 07:27:15 +0000 |
commit | 7eda2d17db98c3e9dcfb478f0e0e45d3e1dac818 (patch) | |
tree | 5bc3f202a31f04d6fb807463a16b5e535947401d /WebContent/VAADIN/themes/runo | |
parent | acbeb93752c30f3b1d1fbebbd646306d97c7953b (diff) | |
download | vaadin-framework-7eda2d17db98c3e9dcfb478f0e0e45d3e1dac818.tar.gz vaadin-framework-7eda2d17db98c3e9dcfb478f0e0e45d3e1dac818.zip |
merging fixes from 6.5
svn changeset:18402/svn branch:6.6
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r-- | WebContent/VAADIN/themes/runo/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 0ea34555e5..dcf99329f6 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -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; } |