diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index c517f33..5836d4d 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -118,6 +118,7 @@ body.post-type-artisans { .subsubsub { .all, .publish, + .draft, .pending, .trash, .offline { @@ -140,6 +141,22 @@ body.post-type-artisans { } } } + .draft { + @apply border-neutral-400; + transition: all 0.6s; + a, + span { + @apply !text-neutral-400; + } + &:hover, + &:has(a[aria-current='page']) { + @apply bg-neutral-400; + a, + span { + @apply !text-white; + } + } + } .offline { @apply border-neutral-700; transition: all 0.6s;