diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-05-26 08:18:31 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-05-26 08:18:31 +0000 |
commit | dd5ee4f3b5ec0f817fffc22b010254af3ee3077c (patch) | |
tree | 5f634683e2744019a4f6e575a68d3015738e5705 /WebContent/VAADIN/themes/runo/table | |
parent | e6621e121167b7be67141acf09c1a20a5d32e9a5 (diff) | |
download | vaadin-framework-dd5ee4f3b5ec0f817fffc22b010254af3ee3077c.tar.gz vaadin-framework-dd5ee4f3b5ec0f817fffc22b010254af3ee3077c.zip |
Small fixes to table row selection styles.
svn changeset:13363/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/runo/table')
-rw-r--r-- | WebContent/VAADIN/themes/runo/table/table.css | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/WebContent/VAADIN/themes/runo/table/table.css b/WebContent/VAADIN/themes/runo/table/table.css index 499844e4d3..4bbd708221 100644 --- a/WebContent/VAADIN/themes/runo/table/table.css +++ b/WebContent/VAADIN/themes/runo/table/table.css @@ -69,6 +69,9 @@ tr.v-table-row-odd:hover { /* Do not specify horizontal padding here */ padding: 3px 0 0 0; } +.v-table-focus .v-table-cell-wrapper { + line-height: 21px; +} /* Fix textfield size to correspond label size inside table */ .v-table-cell-content .v-textfield, .v-table-cell-content .v-button { @@ -190,12 +193,3 @@ tr.v-table-row-odd:hover { line-height: 18px; padding: 2px 0; } - -/* Keyboard navigation styles */ -.v-table-focus .v-table-cell-content { - border-top: 1px dotted black; - border-bottom: 1px dotted black; -} -.v-table-focus .v-table-cell-wrapper { - line-height: 21px; -} |