diff --git a/app/templating/AssetHelper.scala b/app/templating/AssetHelper.scala index 02639af1a2..c1485be84c 100644 --- a/app/templating/AssetHelper.scala +++ b/app/templating/AssetHelper.scala @@ -7,7 +7,7 @@ import controllers.routes trait AssetHelper { - val assetVersion = 53 + val assetVersion = 54 def cssTag(name: String) = css("stylesheets/" + name) diff --git a/public/images/knight2000.png b/public/images/knight2000.png new file mode 100644 index 0000000000..5f6c399948 Binary files /dev/null and b/public/images/knight2000.png differ diff --git a/public/images/knight2000b.png b/public/images/knight2000b.png new file mode 100644 index 0000000000..c701979235 Binary files /dev/null and b/public/images/knight2000b.png differ diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 52ce13d658..733c9de828 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -1387,7 +1387,7 @@ div.game_config div.color_submits button.random span { height: 512px; top: 0; left: 0; - background: #f0f0f0; + background: #f0f0f0 url(../images/knight2000.png) no-repeat; border-radius: 0 5px 5px 5px; } #hooks_wrap > div.tabs { diff --git a/public/stylesheets/dark.css b/public/stylesheets/dark.css index 4572d6c9e8..1074d3f957 100644 --- a/public/stylesheets/dark.css +++ b/public/stylesheets/dark.css @@ -285,6 +285,9 @@ body.dark div.lmcs.black { background-color: #8a8a8a; } +body.dark #hooks_wrap { + background-image: url(../images/knight2000b.png); +} body.dark div.lichess_cemetery div.lichess_piece, body.dark div.lichess_table div.lichess_piece { diff --git a/todo b/todo index dbbd967d2b..2ad3ca465f 100644 --- a/todo +++ b/todo @@ -70,6 +70,7 @@ add fast tooltips to plots replace plot with watch plot when game starts real rematch against AI lobby table sort +graph x labels inside ---