Sonarr/frontend/src/AddSeries/ImportSeries/Import/SelectSeries/ImportSeriesSearchResult.css

9 lines
119 B
CSS
Raw Normal View History

2018-01-13 02:01:27 +00:00
.series {
padding: 10px 20px;
width: 100%;
&:hover {
background-color: $menuItemHoverBackgroundColor;
}
}