Files
Prowlarr/frontend/src/Search/Mobile/SearchIndexOverviews.css
T
2022-12-22 13:37:09 -06:00

12 lines
142 B
CSS

.grid {
flex: 1 0 auto;
}
.container {
&:hover {
.content {
background-color: var(--tableRowHoverBackgroundColor);
}
}
}