diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index e22af0f..d6e4c1f 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -653,6 +653,9 @@ select[data-enpassusermodified='yes'] { #set-online-status { @apply text-white border-none rounded-xl px-4 !py-1 ml-auto; } +#save-post-custom { + @apply ml-auto rounded-xl bg-amber-600 border-none text-white px-4 !py-1; +} #set-offline-status { @apply bg-neutral-600;