From 3ad7f51b2e4934fd6dfc6339a6df26e5ad9c103c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 22 Nov 2024 09:46:24 +0100 Subject: [PATCH] styling draft status --- resources/css/admin-style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 3b179ae..eedccef 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -19,6 +19,20 @@ body.post-type-artisans { } } } +.iedit.type-artisans.status-draft.hentry { + /* @apply bg-rose-50; */ + + .column-title { + color: transparent; + a { + /* @apply text-red-900; */ + } + .post-state { + /* @apply text-white bg-rose-700 px-3 py-1 rounded-2xl font-medium text-sm; */ + @apply text-sky-700 px-3 py-1 rounded-2xl font-medium text-sm border-2 border-sky-700 border-solid; + } + } +} #acf-group_672358433051b, #acf-group_673610d8e548a { @apply opacity-60;