From 7d5cc4b5f1a0edfc5d572f8e48df2585517ba378 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Fri, 11 Jun 2021 22:48:11 +0200
Subject: [PATCH] =?UTF-8?q?CSS:=20U=20tabulky=20si=20jde=20explicitn=C4=9B?=
 =?UTF-8?q?=20objednat=20=C5=A1edivou=20hlavi=C4=8Dku?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Opakujicí se hlavičky v jedné tabulce vypadají v Bootstrapu dost
nepřehledně, tohle pomůže.

Časem by bylo pěkné trochu víc sjednotit stylování všech tabulek.
---
 static/mo.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/static/mo.css b/static/mo.css
index dec13006..2de94b23 100644
--- a/static/mo.css
+++ b/static/mo.css
@@ -139,6 +139,14 @@ table tbody tr.winner:hover { background-color: #dc3; }
 table tbody tr.successful { background-color: #9e9; }
 table tbody tr.successful:hover { background-color: #7c7; }
 
+table.greyhead thead {
+	background-color: #aaa;
+}
+
+table.greyhead thead tr th {
+	border: none;
+}
+
 nav#main-menu {
 	display: flex;
 	flex-wrap: wrap;
-- 
GitLab