Lidarr/frontend/src/Components/Filter/CustomFilters/CustomFilter.css

18 lines
206 B
CSS

.customFilter {
display: flex;
margin-bottom: 5px;
padding: 5px;
&:hover {
background-color: $tableRowHoverBackgroundColor;
}
}
.label {
flex: 0 1 300px;
}
.actions {
flex: 0 0 60px;
}