summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-04-04 12:00:54 +0200
committerTor Andersson <tor@ccxvii.net>2025-04-06 00:39:50 +0200
commit25e2248aff086990a11b40dd3ea5612da889a1eb (patch)
tree4c5f317131cf3d8a017e900290c893a9516ecc9d /public
parent6138d98f4dd9b58febedb64f1a565b50c234f37f (diff)
downloadserver-25e2248aff086990a11b40dd3ea5612da889a1eb.tar.gz
Track "unseen" finished games.
Color inactive games with unread chats orange. Include unseen finished games in "waiting" games badge. Don't count resignation and timeouts as a move.
Diffstat (limited to 'public')
-rw-r--r--public/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
index 486b309..bbbcbbd 100644
--- a/public/style.css
+++ b/public/style.css
@@ -391,5 +391,6 @@ div.body img {
.game_item.finished .game_main { background-color: gainsboro }
.game_item.archived .game_head { background-color: darkgray }
.game_item.archived .game_main { background-color: lightgray }
+.game_item.unread .game_head { background-color: orange }
.game_item.your_turn .game_head { background-color: gold }
.game_item.your_turn .game_main { background-color: lightyellow }