1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-20 16:44:37 -04:00
Files
Radarr/frontend/src/Components/Form/EnhancedSelectInputSelectedValue.css
2019-06-11 22:06:43 -04:00

8 lines
84 B
CSS

.selectedValue {
flex: 1 1 auto;
}
.isDisabled {
color: $disabledInputColor;
}