From 9dca57dcefe89fc0f844787d0c29651f76b0920a Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Wed, 22 Feb 2023 14:28:17 +0100 Subject: [PATCH] group order package indication uses more color-blind friendly color --- app/assets/stylesheets/list.missing.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/assets/stylesheets/list.missing.css b/app/assets/stylesheets/list.missing.css index 6a6c6527..2dc36577 100644 --- a/app/assets/stylesheets/list.missing.css +++ b/app/assets/stylesheets/list.missing.css @@ -1,23 +1,23 @@ -.list .missing-many td { +.missing-many td { background-color: #ffc590aa; } -.list .missing-many:hover td, .list .missing-many:focus td { +.missing-many:hover td, .missing-many:focus td { background-color: #ffc590; } -.list .missing-few td { +.missing-few td { background-color: #fcf488aa; } -.list .missing-few:hover td, .list .missing-few:focus td { +.missing-few:hover td, .missing-few:focus td { background-color: #fcf488; } -.list .missing-none td { - background-color: #e1f392aa; +.missing-none td { + background-color: #d0f6ffaa; } -.list .missing-none:hover td, .list .missing-none:focus td { - background-color: #e1f392; -} \ No newline at end of file +.missing-none:hover td, .missing-none:focus td { + background-color: #d0f6ff; +}