diff options
Diffstat (limited to 'WebContent/VAADIN/themes/runo/table/table.css')
-rw-r--r-- | WebContent/VAADIN/themes/runo/table/table.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/table/table.css b/WebContent/VAADIN/themes/runo/table/table.css index 2b2bcbce05..8c82a6f3e8 100644 --- a/WebContent/VAADIN/themes/runo/table/table.css +++ b/WebContent/VAADIN/themes/runo/table/table.css @@ -116,6 +116,9 @@ tr.v-table-row-odd:hover { } .v-table-focus-slot-left { border-color: #b6bbbc; + margin-bottom: -36px; + width: auto; + border-right: none; } .v-table-focus-slot-right { border-color: #b6bbbc; |