You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Components/Filter/CustomFilters/CustomFilter.css

18 lines
206 B

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