Description input added

This commit is contained in:
2021-09-30 22:09:13 -03:00
parent 21afd0a024
commit eaeef681b4
6 changed files with 55 additions and 5 deletions

View File

@@ -600,6 +600,21 @@
white-space: nowrap;
text-overflow: ellipsis;
}
.clockify-tasks-display input[type=text] {
width: 15vw;
height: 3vw;
font-family: "Rambla", sans-serif;
font-size: 12pt;
outline: none;
padding: 1px 2px;
box-sizing: border-box;
}
.clockify-tasks-display input[type=text].disabled {
user-select: none;
cursor: initial;
pointer-events: none;
opacity: 30%;
}
html, body {
margin: 0;