Files
Prowlarr/frontend/src/Indexer/Index/Table/IndexerIndexTable.css
T

12 lines
165 B
CSS

.tableScroller {
position: relative;
}
.row {
transition: background-color 500ms;
&:hover {
background-color: var(--tableRowHoverBackgroundColor);
}
}