Make constraints editable
This commit is contained in:
parent
e5f4d523f9
commit
e0880d2ad2
5 changed files with 49 additions and 13 deletions
|
@ -93,7 +93,7 @@ details[open]:has(li) .elt-switch::after {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.elt-rep > div, .cst-rep {
|
||||
.elt-rep > div {
|
||||
padding: 2px 0px 0px 0px;
|
||||
font-size: 10pt;
|
||||
text-align: center;
|
||||
|
@ -104,10 +104,17 @@ details[open]:has(li) .elt-switch::after {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
.cst > input {
|
||||
.cst > input[type=checkbox] {
|
||||
margin: 0px 8px 0px 0px;
|
||||
}
|
||||
|
||||
.cst > input[type=number] {
|
||||
color: #fcfcfc;
|
||||
background-color: inherit;
|
||||
border: 1px solid #555;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
/* display */
|
||||
|
||||
canvas {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue