From b58b1536cd40608f3c5580c1eeb0dae5ceee33ef Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 10 Dec 2024 15:25:35 +0100 Subject: [PATCH] few admin styles tweaks --- resources/css/admin-style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 3537e46..ec940d2 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -300,3 +300,19 @@ body.post-type-artisans { @apply text-neutral-900 py-0 text-base; } } + +.striped > tbody > :nth-child(odd), +ul.striped > :nth-child(odd) { + @apply bg-neutral-50; + background-color: #efeef04d; +} +#the-list { + .rank-math-column-display.seo-score, + .rank-math-column-display.schema-type { + @apply !hidden; + } + .rank_math_seo_details.column-rank_math_seo_details > *, + .date.column-date { + @apply !text-neutral-500; + } +}