diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-17 23:01:18 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-17 23:01:18 +0200 |
| commit | 4a794666f2bdcdde08ddabe12ec7a895266e6585 (patch) | |
| tree | ca837b21508578f774d3fc8430b0af5345361f15 /webAO/styles/chatbox/aa.css | |
| parent | 9fcf758d8c125a24f279efc59614325405f85298 (diff) | |
add clock css for styles that don't have clocks
Diffstat (limited to 'webAO/styles/chatbox/aa.css')
| -rw-r--r-- | webAO/styles/chatbox/aa.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index 688f199..a504daf 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -139,3 +139,11 @@ right: 0; } } + +#client_trackstatus { + display: none; +} + +#client_clock { + display: none; +}
\ No newline at end of file |
