From fe837a001a035008642d831f4938fe6010787a5d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 20 Dec 2021 17:20:47 +0100 Subject: Use ID instead of class for battle dialog. --- play.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 3151c4f..bcdb87a 100644 --- a/play.html +++ b/play.html @@ -84,10 +84,10 @@ /* BATTLE BOARD */ -.battle { background-color: tan; } -.battle .battle_message { background-color: wheat; } -.battle .battle_header { background-color: brown; color: wheat; font-weight: bold; } -.battle .battle_separator { background-color: brown; } +#battle { background-color: tan; } +#battle_message { background-color: wheat; } +#battle_header { background-color: brown; color: wheat; font-weight: bold; } +.battle_separator { background-color: brown; } .battle_line.enemy .battle_menu_list { min-height: 0; } .battle_reserves .battle_menu_list { min-height: 0; } @@ -160,7 +160,7 @@ body.shift .block.known:hover { z-index: 100; } -.battle .block { position: relative; } +#battle .block { position: relative; } #map .block { position: absolute; z-index: 2; } #map .block.highlight { z-index: 3; } #map .block.selected { z-index: 4; } @@ -239,9 +239,9 @@ body.Observer .columbia-labels .known.jupiter.Cleopatra { border: 3px solid #822
- +
- + @@ -259,7 +259,7 @@ body.Observer .columbia-labels .known.jupiter.Cleopatra { border: 3px solid #822 - +
-- cgit v1.2.3