Table row styling with CheckBox

Hello guys,

i have faced a problem with styling a selected row in table. The problem appears when i set column visible, that contains CheckBox component.
I attached screenshot below.
Table is styled like this in css file.

.v-table-myTable .v-table-row-myRow { background-color: #ffd700; } .v-table-row-myRow .v-table-row-odd { background: none repeat scroll 0 0 #FFFFFF; border: 0 none; cursor: pointer; margin: 0; padding: 0; } Can anyone help me out?

14012.png