From 7d2de1fe6d9cb9928e39b015d056813e153f0896 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 7 Apr 2025 12:21:08 +0200 Subject: [PATCH] FEAT Styling the custom save post button --- resources/css/admin-style.css | 3 +++ 1 file changed, 3 insertions(+) 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;