more editable fields, created CheckboxEditable

This commit is contained in:
2024-03-18 21:19:44 +01:00
parent 8c90f54b3c
commit d4797e75dc
7 changed files with 141 additions and 40 deletions

View File

@@ -1042,24 +1042,17 @@ body{
}
}
button.edit-btn,
button.save-btn{
background-color: #444;
color: #fff;
border: none;
border-radius: 6px;
$size: 25px;
width: $size; height:$size;
.editable{
background: #eee;
border: #eee 2px solid;
border-radius: 5px;
padding: 0.3em!important;
margin-bottom: 1em;
font-size: 0.756em;
&>*{
display: inline-block!important;
padding: 0!important;
cursor: pointer;
}
display: inline;
>svg{
width:100%;
height:100%;
}
transition: all 0.2s ease-in-out;
&:hover{
cursor:pointer;
opacity: 0.7;
}
}
}