aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-08-27 19:58:33 +0200
committerstonedDiscord <Tukz@gmx.de>2022-08-27 19:58:33 +0200
commit59f2093eccb135d13599b2ab36e24b21bf460a41 (patch)
tree3afcb3abf52870e31c9a93b43b1bf42bb25bc614 /webAO/styles
parent8b90b431126525bc1b63a6315abe19ec294b1889 (diff)
hide clock in danganronpa
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/chatbox/dr1.css2
-rw-r--r--webAO/styles/chatbox/drae.css4
-rw-r--r--webAO/styles/chatbox/drv3.css4
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