Skip to content
Snippets Groups Projects
Commit 2fa86ddd authored by Martin Mareš's avatar Martin Mareš Committed by Jiří Kalvoda
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 a8b775d6
No related branches found
No related tags found
No related merge requests found
...@@ -139,6 +139,14 @@ table tbody tr.winner:hover { background-color: #dc3; } ...@@ -139,6 +139,14 @@ table tbody tr.winner:hover { background-color: #dc3; }
table tbody tr.successful { background-color: #9e9; } table tbody tr.successful { background-color: #9e9; }
table tbody tr.successful:hover { background-color: #7c7; } table tbody tr.successful:hover { background-color: #7c7; }
table.greyhead thead {
background-color: #aaa;
}
table.greyhead thead tr th {
border: none;
}
nav#main-menu { nav#main-menu {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment