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

18 lines
212 B
CSS
Raw Normal View History

2018-11-23 07:04:42 +00:00
.customFilter {
display: flex;
margin-bottom: 5px;
padding: 5px;
&:hover {
background-color: var(--tableRowHoverBackgroundColor);
2018-11-23 07:04:42 +00:00
}
}
.label {
flex: 0 1 300px;
}
.actions {
flex: 0 0 60px;
}