1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00
Files
Radarr/frontend/src/Components/Form/EnhancedSelectInputSelectedValue.css
T
2022-11-20 11:49:50 -06:00

8 lines
90 B
CSS

.selectedValue {
flex: 1 1 auto;
}
.isDisabled {
color: var(--disabledInputColor);
}