1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-16 21:15:28 -04:00
Files
Sonarr/frontend/src/Components/Form/Select/EnhancedSelectInputSelectedValue.css
2024-10-26 14:54:23 -07:00

8 lines
90 B
CSS

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