diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,6 +22,8 @@ body { #role_Frederick { background-color: skyblue; } #role_Louis_XV { background-color: salmon; } +.role.active span { font-weight: bold } + #mapwrap { width: 2485px; height: 1654px; @@ -149,7 +151,7 @@ header.your_turn.austria { background-color: var(--color-light-austria); } min-height: 6px; } -.city_tip .piece_tip, .move_tip { cursor: pointer; } +.city_tip, .piece_tip, .move_tip { cursor: pointer; } .city_tip:hover, .piece_tip:hover, .move_tip:hover { text-decoration: underline; } #log .h { |