diff options
author | John Alhroos <john.ahlroos@itmill.com> | 2010-04-29 12:26:11 +0000 |
---|---|---|
committer | John Alhroos <john.ahlroos@itmill.com> | 2010-04-29 12:26:11 +0000 |
commit | 001309748a3836f64ffc5a73b62314934cc7c018 (patch) | |
tree | 985ecc8e1f8799ce20c8f8ae0f41b154b03294f5 /WebContent/VAADIN/themes/runo/table | |
parent | b76d365acf27491b795c5872623e96f79d50c6b0 (diff) | |
download | vaadin-framework-001309748a3836f64ffc5a73b62314934cc7c018.tar.gz vaadin-framework-001309748a3836f64ffc5a73b62314934cc7c018.zip |
Added keyboard navigation to Table #2390
svn changeset:12925/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/runo/table')
-rw-r--r-- | WebContent/VAADIN/themes/runo/table/table.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/runo/table/table.css b/WebContent/VAADIN/themes/runo/table/table.css index 30053523fd..7f4b99d229 100644 --- a/WebContent/VAADIN/themes/runo/table/table.css +++ b/WebContent/VAADIN/themes/runo/table/table.css @@ -138,4 +138,11 @@ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../VAADIN/themes/default/table/img/scroll-position-bg.png", sizingMethod="scale"); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="VAADIN/themes/default/table/img/scroll-position-bg.png", sizingMethod="scale"); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/VAADIN/themes/default/table/img/scroll-position-bg.png", sizingMethod="scale"); -}
\ No newline at end of file +} +.v-table .v-table-focus .v-table-cell-content{ + border-top: 1px dotted black; + border-bottom: 1px dotted black; +} +.v-table .v-table-focus .v-table-cell-content .v-table-cell-wrapper{ + line-height: 21px; +} |