From e797d44957d5d888eb4433c99d3853879166c035 Mon Sep 17 00:00:00 2001 From: Daira-Emma Hopwood Date: Mon, 1 Jul 2024 16:39:33 +0100 Subject: [PATCH] Improve rendering of the table of Drafts without assigned ZIP numbers. Signed-off-by: Daira-Emma Hopwood --- css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/style.css b/css/style.css index 1eee84aa..77af4d69 100644 --- a/css/style.css +++ b/css/style.css @@ -18,6 +18,9 @@ #index-of-zips table tr:hover { background-color: #eff1f2; } + #drafts-without-assigned-zip-numbers table tr:hover { + background-color: #eff1f2; + } aside.note { background-color: #a0a0ff; color: #111519; @@ -72,6 +75,9 @@ #index-of-zips table tr:hover { background-color: #303030; } + #drafts-without-assigned-zip-numbers table tr:hover { + background-color: #303030; + } aside.note { background-color: #6060e0; color: #ffffff; @@ -370,6 +376,10 @@ td:first-child { text-align: center; } +#drafts-without-assigned-zip-numbers table td:first-child { + text-align: left; +} + #index-of-zips table td:first-child + td { padding: 0; }