Radarr/frontend/src/Collection/Overview/CollectionOverviews.css

16 lines
179 B
CSS

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