Files
ontime/apps/client/src/views/cuesheet/cuesheet-table/cuesheet-table-elements/TextLikeInput.module.scss
T
2024-12-20 21:15:26 +01:00

17 lines
265 B
SCSS

/* element attempts matching input styles */
.textInput {
padding-top: 0.25rem;
height: 2rem;
background-color: transparent;
border-radius: 3px;
&.muted {
color: $label-gray;
}
&:hover {
background-color: $gray-1100;
cursor: text;
}
}