diff options
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/table/table.css')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/table/table.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/table/table.css b/WebContent/VAADIN/themes/chameleon/components/table/table.css index b1aa9bef39..1511beb913 100644 --- a/WebContent/VAADIN/themes/chameleon/components/table/table.css +++ b/WebContent/VAADIN/themes/chameleon/components/table/table.css @@ -52,6 +52,10 @@ div.v-table-focus-slot-left { background-position: 0 -1px; } +.v-ie6 .v-table tr.v-selected { + background-image: none; + } + div.v-table-focus-slot-right { background: transparent; border-right: 2px solid #b3b3b3; |