Files
Readarr/frontend/src/Components/Table/TableRow.css
2017-09-05 23:00:26 -04:00

8 lines
95 B
CSS

.row {
transition: background-color 500ms;
&:hover {
background-color: #fafbfc;
}
}