diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index d7c0b61..b4af5c9 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -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) {