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

@@ -465,7 +465,7 @@ form.realtime {
input {
&[type="text"] {
height: 100%;
width: 80%;
width: 70%;
border: 3px solid @base;
}
}