1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-13 20:44:52 -04:00
Files
Radarr/frontend/src/Collection/Overview/CollectionOverviews.css
2022-05-28 17:46:44 -05:00

16 lines
179 B
CSS

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