diff options
author | emkael <emkael@tlen.pl> | 2023-01-07 22:01:05 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-01-07 22:01:19 +0100 |
commit | 1252f092a3bf3749f4d6075f936a5b1fc87b6d3d (patch) | |
tree | 6a61104dec79714f0ee1e640f870603e0596ae38 /playoff.css | |
parent | 584d0e2327c8703f4a628a90ce9cd44b0946723a (diff) |
CSS for box fades
Diffstat (limited to 'playoff.css')
-rw-r--r-- | playoff.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playoff.css b/playoff.css index 30fd68b..b5daaa7 100644 --- a/playoff.css +++ b/playoff.css @@ -9,6 +9,10 @@ tr.loser > td { opacity: 0.3 } +.playoff_matchbox.faded { + opacity: 0.3; +} + @media print { span#logo, p.swiss_links, table.leaderboard, table.caption_table, body>p.f { display: none; |