summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/table/table.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/runo/table/table.css')
-rw-r--r--WebContent/VAADIN/themes/runo/table/table.css12
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;
-}