From 43a8cbae409aa0cfd777cbbabbc4280fe191ce1c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 2 Jul 2023 15:49:39 +0200 Subject: Lighter replay panel. --- public/common/play.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/common/play.css b/public/common/play.css index 5a145f4..842eb21 100644 --- a/public/common/play.css +++ b/public/common/play.css @@ -271,7 +271,7 @@ header .viewpoint_button.selected:active:hover { display: flex; height: 24px; border-top: 1px solid black; - background-color: darkgray; + background-color: silver; } .replay_button { @@ -284,7 +284,11 @@ header .viewpoint_button.selected:active:hover { } .replay_button:hover { - background-color: lightgray; + background-color: #fffc; +} + +.replay_button:hover:active { + background-color: #fff8; } #replay_first { background-image: url(/images/gui_arrow_up.svg) } -- cgit v1.2.3