aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/chatbox/drv3.css17
-rw-r--r--webAO/styles/chatbox/drv3trackstatus.pngbin0 -> 18455 bytes
-rw-r--r--webAO/styles/chatbox/drv3trackstatustext.pngbin0 -> 21648 bytes
3 files changed, 16 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/drv3.css b/webAO/styles/chatbox/drv3.css
index 830ca9e..6855edb 100644
--- a/webAO/styles/chatbox/drv3.css
+++ b/webAO/styles/chatbox/drv3.css
@@ -98,5 +98,20 @@
}
#client_trackstatus {
- color: transparent;
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 10%;
+ background-image: url('drv3trackstatus.png');
+ background-size: contain;
+ background-repeat: no-repeat;
+}
+
+#client_trackstatustext {
+ position: absolute;
+ left: 0;
+ top: 10%;
+ background-image: url('drv3trackstatustext.png');
+ background-size: contain;
+ background-repeat: no-repeat;
} \ No newline at end of file
diff --git a/webAO/styles/chatbox/drv3trackstatus.png b/webAO/styles/chatbox/drv3trackstatus.png
new file mode 100644
index 0000000..200ef18
--- /dev/null
+++ b/webAO/styles/chatbox/drv3trackstatus.png
Binary files differ
diff --git a/webAO/styles/chatbox/drv3trackstatustext.png b/webAO/styles/chatbox/drv3trackstatustext.png
new file mode 100644
index 0000000..6bbe27f
--- /dev/null
+++ b/webAO/styles/chatbox/drv3trackstatustext.png
Binary files differ