aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/drv3.css
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/styles/chatbox/drv3.css')
-rw-r--r--webAO/styles/chatbox/drv3.css17
1 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