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 |
|---|