minor style tweaks

pull/1/head
ansuz 8 years ago
parent 235c0482f9
commit 809919cb32

@ -360,15 +360,12 @@ form.realtime table thead tr th .edit:after {
form.realtime table thead tr th .edit.editable { form.realtime table thead tr th .edit.editable {
display: none; display: none;
} }
form.realtime table tfoot tr td {
z-index: 4000;
cursor: pointer;
}
form.realtime #adduser, form.realtime #adduser,
form.realtime #addoption { form.realtime #addoption {
color: #46E981; color: #46E981;
border: 1px solid #46E981; border: 1px solid #46E981;
padding: 15px; padding: 15px;
cursor: pointer;
} }
form.realtime #adduser { form.realtime #adduser {
border-top-left-radius: 5px; border-top-left-radius: 5px;

@ -454,8 +454,6 @@ form.realtime {
tfoot { tfoot {
tr { tr {
td { td {
z-index: 4000;
cursor: pointer;
} }
} }
} }
@ -466,6 +464,7 @@ form.realtime {
color: @cp-green; color: @cp-green;
border: 1px solid @cp-green; border: 1px solid @cp-green;
padding: 15px; padding: 15px;
cursor: pointer;
} }
#adduser { .top-left; } #adduser { .top-left; }

Loading…
Cancel
Save