1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-20 16:44:37 -04:00
Files
Radarr/frontend/src/Collection/Overview/CollectionOverviews.css
2022-11-20 11:49:50 -06:00

16 lines
185 B
CSS

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