From 34c7e079b0052eef1a0e26bf5f0c6043f32caa6f Mon Sep 17 00:00:00 2001 From: Christoph Marzell Date: Fri, 7 Aug 2026 08:08:37 +0200 Subject: [PATCH] fix view --- app/views/entries/index.html.erb | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/app/views/entries/index.html.erb b/app/views/entries/index.html.erb index cd073b7..edabb93 100644 --- a/app/views/entries/index.html.erb +++ b/app/views/entries/index.html.erb @@ -31,20 +31,23 @@ filter: brightness(0.98); } - /* Ruhige, einheitliche Typfarben in der Einträge-Tabelle */ + /* Typfarben mit Zebra-Striping innerhalb des jeweiligen Typs */ #entriesTable tbody tr.type-propaedeutikum { --bs-table-bg: rgba(13, 110, 253, 0.055); - --bs-table-hover-bg: rgba(13, 110, 253, 0.11); + --bs-table-striped-bg: rgba(13, 110, 253, 0.105); + --bs-table-hover-bg: rgba(13, 110, 253, 0.145); } #entriesTable tbody tr.type-fachspezifikum { --bs-table-bg: rgba(25, 135, 84, 0.055); - --bs-table-hover-bg: rgba(25, 135, 84, 0.11); + --bs-table-striped-bg: rgba(25, 135, 84, 0.105); + --bs-table-hover-bg: rgba(25, 135, 84, 0.145); } #entriesTable tbody tr.type-mediation { --bs-table-bg: rgba(253, 126, 20, 0.065); - --bs-table-hover-bg: rgba(253, 126, 20, 0.12); + --bs-table-striped-bg: rgba(253, 126, 20, 0.12); + --bs-table-hover-bg: rgba(253, 126, 20, 0.16); } #entriesTable tbody tr.type-propaedeutikum > td:first-child { @@ -488,7 +491,7 @@
- +
Datum