diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-27 19:58:33 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-27 19:58:33 +0200 |
| commit | 59f2093eccb135d13599b2ab36e24b21bf460a41 (patch) | |
| tree | 3afcb3abf52870e31c9a93b43b1bf42bb25bc614 /webAO | |
| parent | 8b90b431126525bc1b63a6315abe19ec294b1889 (diff) | |
hide clock in danganronpa
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/chatbox/dr1.css | 2 | ||||
| -rw-r--r-- | webAO/styles/chatbox/drae.css | 4 | ||||
| -rw-r--r-- | webAO/styles/chatbox/drv3.css | 4 |
3 files changed, 9 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/dr1.css b/webAO/styles/chatbox/dr1.css index 26988d3..ced1932 100644 --- a/webAO/styles/chatbox/dr1.css +++ b/webAO/styles/chatbox/dr1.css @@ -157,6 +157,6 @@ to { text-indent: -125% } } -#client_trackstatus { +#client_clock { display: none; }
\ No newline at end of file diff --git a/webAO/styles/chatbox/drae.css b/webAO/styles/chatbox/drae.css index 43e815d..d5b9fa0 100644 --- a/webAO/styles/chatbox/drae.css +++ b/webAO/styles/chatbox/drae.css @@ -103,4 +103,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; }
\ No newline at end of file diff --git a/webAO/styles/chatbox/drv3.css b/webAO/styles/chatbox/drv3.css index d73457d..c7eb957 100644 --- a/webAO/styles/chatbox/drv3.css +++ b/webAO/styles/chatbox/drv3.css @@ -113,4 +113,8 @@ background-image: url('drv3trackstatustext.png'); background-size: contain; background-repeat: no-repeat; +} + +#client_clock { + display: none; }
\ No newline at end of file |
