Files
ontime/client/src/common/input/EditableText.module.css
T
cv ea92fc7de7 refractor + style tweaks
- bugfix on lower
- delay between 0-60 minutes
- action buttons in dropdown
- added button for toggling element visibility
- several css and code cleanups
- renamed settingsAPI
2021-04-24 10:32:19 +02:00

25 lines
344 B
CSS

.title,
.titleUnderlined {
padding-left: 1em;
font-size: 0.8em;
color: #aaa;
display: inline-block;
width: 6em;
cursor: default;
}
.titleUnderlined {
border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.block {
display: 'block';
overflow: hidden;
max-width: 100%;
}
.inline {
display: inline;
width: max-content;
}