lock options by default

add edit button for modifying options
fix bug where committing didn't clear the active column
minor style fixes
This commit is contained in:
ansuz
2016-08-19 11:26:48 +02:00
parent 8c914dfe1f
commit a3f6fe8843
3 changed files with 79 additions and 26 deletions

View File

@@ -346,9 +346,14 @@ form.realtime {
margin: 0px;
height: 100%;
input {
width: 90%;
width: 80%;
height: 100%;
border: 0px;
&[disabled] {
background-color: transparent;
color: @fore;
font-weight: bold;
}
}
}
@@ -409,6 +414,14 @@ form.realtime {
border: 3px solid @base;
}
}
.edit {
color: @cp-green;
cursor: pointer;
width: 10%;
font-size: 20px;
&:after { content: '✐'; }
&.editable { display: none; }
}
thead {
tr {
@@ -422,14 +435,6 @@ form.realtime {
cursor: pointer;
font-size: 20px;
}
.edit {
color: @cp-green;
cursor: pointer;
width: 10%;
font-size: 20px;
&:after { content: '✐'; }
&.editable { display: none; }
}
}
}
}