STYLE Removed submitdiv hidden completely to keep delete button
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2c00caa15e
commit
a13a7e8c5f
|
|
@ -616,7 +616,6 @@ select[data-enpassusermodified='yes'] {
|
|||
#dashboard_quick_press,
|
||||
#dashboard_right_now,
|
||||
#dashboard_activity,
|
||||
#submitdiv,
|
||||
#submitdiv .handle-order-higher,
|
||||
#submitdiv .handle-order-lower,
|
||||
#submitdiv #preview-action,
|
||||
|
|
@ -639,7 +638,8 @@ select[data-enpassusermodified='yes'] {
|
|||
.check-column,
|
||||
.row-actions .edit,
|
||||
.row-actions .view,
|
||||
.row-actions .inline.hide-if-no-js {
|
||||
.row-actions .inline.hide-if-no-js,
|
||||
#acfml-field-group-synchronise {
|
||||
@apply !hidden;
|
||||
}
|
||||
}
|
||||
|
|
@ -696,9 +696,11 @@ select[data-enpassusermodified='yes'] {
|
|||
#save-post-custom {
|
||||
@apply ml-auto w-fit p-0 mr-0;
|
||||
button {
|
||||
@apply cursor-pointer;
|
||||
@apply rounded-xl bg-amber-600 border-none text-white !px-4 !py-3 mr-0;
|
||||
}
|
||||
button:disabled {
|
||||
@apply cursor-not-allowed;
|
||||
@apply bg-neutral-300;
|
||||
}
|
||||
.spinner:not(.is-active) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user