summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/play.css b/play.css
index 1536227..d32185e 100644
--- a/play.css
+++ b/play.css
@@ -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 {