aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-08-18 20:47:18 +0200
committersD <stoned@derpymail.org>2020-08-18 20:47:18 +0200
commit395c3178eac98e70137f9c8c45a36825fa4e1ad6 (patch)
treef8d723521dfab9714db30f1505ac48e1cb0524d3 /webAO/styles/chatbox
parent684a1d2f2f4c64ef54943fb3c077ca6c505418fa (diff)
dr2 chatbox bg just scrolls away with the text, never to be seen again
Diffstat (limited to 'webAO/styles/chatbox')
-rw-r--r--webAO/styles/chatbox/chatdr2.css16
1 files changed, 0 insertions, 16 deletions
diff --git a/webAO/styles/chatbox/chatdr2.css b/webAO/styles/chatbox/chatdr2.css
index 92af23c..b59b155 100644
--- a/webAO/styles/chatbox/chatdr2.css
+++ b/webAO/styles/chatbox/chatdr2.css
@@ -84,22 +84,6 @@
z-index: 3;
}
-#client_chat::before {
- content: "";
- position: absolute;
-
- background-image: linear-gradient(45deg, rgba(0,0,0,0.1) 25%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0.1) 75%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.1)),
- linear-gradient(45deg, rgba(0,0,0,0.1) 25%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0.1) 75%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.1));
- background-size: 2em 2em;
- background-position: 0 0, 1em 1em;
- transform: rotate(-10deg);
- width: 250%;
- height: 400%;
- top: -100%;
- left: -100%;
- z-index: 2;
- }
-
#client_inner_chat {
position: absolute;
padding: 2% 4%;