diff options
author | John Alhroos <john.ahlroos@itmill.com> | 2010-05-04 13:02:44 +0000 |
---|---|---|
committer | John Alhroos <john.ahlroos@itmill.com> | 2010-05-04 13:02:44 +0000 |
commit | 2924b070b44a3f140dca181204187c31d5ac8739 (patch) | |
tree | 8310b5d934538ed79dd8966b9985fffe4d948b11 /WebContent/VAADIN/themes/runo | |
parent | 26d3c1eaeb32461d754ae8c8a754115cca4f9806 (diff) | |
download | vaadin-framework-2924b070b44a3f140dca181204187c31d5ac8739.tar.gz vaadin-framework-2924b070b44a3f140dca181204187c31d5ac8739.zip |
Changes in Table:
- Changed keyboard selection mechanism
- Added keyboard control with Home,End,Page Up and Page Down
- Added focus outline
svn changeset:13023/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r-- | WebContent/VAADIN/themes/runo/styles.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 3c6e578d37..ccaa635e66 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_4_0_dev-20100429";} -.v-theme-version-6_4_0_dev-20100429 {display: none;} +.v-theme-version:after {content:"6_4_0_dev-20100504";} +.v-theme-version-6_4_0_dev-20100504 {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { @@ -1423,6 +1423,9 @@ div.v-progressindicator-indeterminate-disabled { .v-ie7 .v-table { overflow: visible; } +.v-table-body.focused{ + border-color: #388ddd; +} .v-table-header-wrap { overflow: hidden; border: 1px solid #aaa; |