Skip to content
Snippets Groups Projects
Commit 7d5cc4b5 authored by Martin Mareš's avatar Martin Mareš
Browse files

CSS: U tabulky si jde explicitně objednat šedivou hlavičku

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.
parent 62139a3e
No related branches found
No related tags found
1 merge request!80Moje soutěže (minimalistická verze)
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment