tndsr/assets/css/MuiTableRow.css

14 lines
313 B
CSS

.MuiTableRow-root {
color: inherit;
display: table-row;
outline: 0;
vertical-align: middle;
}
.MuiTableRow-root.MuiTableRow-hover:hover {
background-color: rgba(0, 0, 0, 0.04);
}
.MuiTableRow-root.Mui-selected, .MuiTableRow-root.Mui-selected:hover {
background-color: rgba(238, 53, 36, 0.08);
}