X-Git-Url: http://git.shiar.nl/sc2-widget/blobdiff_plain/30c35e85ce011c820b6e173a81dac63f15d4a86d..HEAD:/battle.css diff --git a/battle.css b/battle.css index 4f2c4d3..bcb8c62 100644 --- a/battle.css +++ b/battle.css @@ -89,7 +89,7 @@ li, li img { .select > .select img { border-color: #055CB3; } -.ladders li:hover { +[data-members]:hover { background: #0C2643; cursor: help; } @@ -134,6 +134,15 @@ li, li img { background-position: -100px -150px; } +.loss:before { + color: #C11; + content: '✘'; +} +.win:before { + color: #297ACC; + content: '✔'; +} + .old { text-decoration: line-through; } @@ -146,11 +155,18 @@ li, li img { margin-right: 0; } +body { + display: grid; + grid-auto-columns: minmax(auto, max-content); +} +.ladders { + grid-row: 3; +} +.matches { + grid-column: 1; +} + @media (min-width: 576px) { - body { - display: grid; - grid-auto-columns: minmax(auto, max-content); - } .members { grid-column: 1; grid-row: 2;