increase clickable area around editable columns' checkboxes

This commit is contained in:
ansuz
2016-08-18 13:25:21 +02:00
parent c76aaac542
commit 235c0482f9
3 changed files with 33 additions and 6 deletions

View File

@@ -370,6 +370,17 @@ form.realtime {
display: block;
height: 100%;
width: 100%;
position: relative;
label {
background-color: transparent;
display: block;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
}
input {
&[type="checkbox"] {