diff options
Diffstat (limited to 'webAO/styles/chatbox')
| -rw-r--r-- | webAO/styles/chatbox/drv3.css | 17 | ||||
| -rw-r--r-- | webAO/styles/chatbox/drv3trackstatus.png | bin | 0 -> 18455 bytes | |||
| -rw-r--r-- | webAO/styles/chatbox/drv3trackstatustext.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..200ef18 --- /dev/null +++ b/webAO/styles/chatbox/drv3trackstatus.png diff --git a/webAO/styles/chatbox/drv3trackstatustext.png b/webAO/styles/chatbox/drv3trackstatustext.png Binary files differnew file mode 100644 index 0000000..6bbe27f --- /dev/null +++ b/webAO/styles/chatbox/drv3trackstatustext.png |
