display a 'commit' button which locks your column

This commit is contained in:
ansuz
2016-08-18 17:54:17 +02:00
parent e7aafd2beb
commit f8f66800d1
3 changed files with 36 additions and 6 deletions

View File

@@ -265,6 +265,7 @@ tbody td:last-child {
}
.remove {
color: #FF0073;
cursor: pointer !important;
}
form.realtime {
padding: 0px;
@@ -357,6 +358,14 @@ form.realtime table thead tr th .edit:after {
form.realtime table thead tr th .edit.editable {
display: none;
}
form.realtime table tfoot tr td {
text-align: center;
}
form.realtime table tfoot tr td .save {
padding: 15px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
form.realtime #adduser,
form.realtime #addoption {
color: #46E981;
@@ -401,9 +410,6 @@ div.modal table input {
width: 90%;
border: 3px solid #302B28;
}
div.modal table thead tr th span.remove {
cursor: pointer;
}
div.modal table tfoot tr td {
z-index: 4000;
cursor: pointer;