From 4addd2c35f73f648f7c2e573edd157960b09b81d Mon Sep 17 00:00:00 2001 From: Markines16 <80280295+Markines16@users.noreply.github.com> Date: Thu, 27 May 2021 20:50:03 +0200 Subject: [PATCH] Update manager.css --- assets/css/manager.css | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/assets/css/manager.css b/assets/css/manager.css index d0bd2a0..388c3d4 100644 --- a/assets/css/manager.css +++ b/assets/css/manager.css @@ -68,7 +68,28 @@ table.seat td:first-child { } -/*lists like tables*/ +/* +lists like tables + +Example col3 tablelist + + +General configuration +*/ .tablelist{ display: grid; list-style-type: none; @@ -85,8 +106,8 @@ table.seat td:first-child { } .tablelist a:hover li{ - color: rgb(255, 255, 32); - background: rgba(0, 3, 255, 0.25); + color: rgb(211, 235, 255); + background: rgba(31, 44, 61, 1); } .tablelist li.title{ @@ -166,4 +187,4 @@ table.seat td:first-child { grid-column-start: 5; grid-column-end: 6; grid-template-columns: auto; -} \ No newline at end of file +}