Improve rendering of the table of Drafts without assigned ZIP numbers.

Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira-Emma Hopwood 2024-07-01 16:39:33 +01:00
parent ca22568386
commit e797d44957
1 changed files with 10 additions and 0 deletions

View File

@ -18,6 +18,9 @@
#index-of-zips table tr:hover { #index-of-zips table tr:hover {
background-color: #eff1f2; background-color: #eff1f2;
} }
#drafts-without-assigned-zip-numbers table tr:hover {
background-color: #eff1f2;
}
aside.note { aside.note {
background-color: #a0a0ff; background-color: #a0a0ff;
color: #111519; color: #111519;
@ -72,6 +75,9 @@
#index-of-zips table tr:hover { #index-of-zips table tr:hover {
background-color: #303030; background-color: #303030;
} }
#drafts-without-assigned-zip-numbers table tr:hover {
background-color: #303030;
}
aside.note { aside.note {
background-color: #6060e0; background-color: #6060e0;
color: #ffffff; color: #ffffff;
@ -370,6 +376,10 @@ td:first-child {
text-align: center; text-align: center;
} }
#drafts-without-assigned-zip-numbers table td:first-child {
text-align: left;
}
#index-of-zips table td:first-child + td { #index-of-zips table td:first-child + td {
padding: 0; padding: 0;
} }