diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -103,11 +103,16 @@ header.your_turn { background-color: orange; } min-height: 24px; text-align: center; font-weight: bold; + + background-repeat: no-repeat; + background-position: 100% 50%; + background-image: url(gui_box_maximize.svg); } #battle[open] #battle_header { cursor: n-resize; border-bottom: 1px solid black; + background-image: url(gui_box_minimize.svg); } #battle_message { @@ -171,11 +176,16 @@ header.your_turn { background-color: orange; } min-height: 24px; text-align: center; font-weight: bold; + + background-repeat: no-repeat; + background-position: 100% 50%; + background-image: url(gui_box_maximize.svg); } #pursuit[open] #pursuit_header { cursor: n-resize; border-bottom: 1px solid black; + background-image: url(gui_box_minimize.svg); } #pursuit_hits { |