Lock inputs when the user is not editing them

This commit is contained in:
yflory
2016-11-30 18:39:19 +01:00
parent eaeaf4df40
commit 3632834500
4 changed files with 98 additions and 17 deletions

View File

@@ -399,7 +399,7 @@ form.realtime table tr td.checkbox-cell div.checkbox-contain input[type="checkbo
}
form.realtime table input[type="text"] {
height: 100%;
width: 80%;
width: 70%;
border: 3px solid #302B28;
}
form.realtime table .edit {