aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/drv3.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2022-08-10 21:44:05 +0200
committersD <stoned@derpymail.org>2022-08-10 21:44:05 +0200
commit1fb415128806b86ed7484177c55fa1aa0e12a9eb (patch)
tree41553b260933190a2740f6363cba49f390c4a26b /webAO/styles/chatbox/drv3.css
parent5385216e30f15f6016134975bd8fa2384c20cfbf (diff)
add dr3 track status (unfinished)
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