From 395c3178eac98e70137f9c8c45a36825fa4e1ad6 Mon Sep 17 00:00:00 2001 From: sD Date: Tue, 18 Aug 2020 20:47:18 +0200 Subject: dr2 chatbox bg just scrolls away with the text, never to be seen again --- webAO/styles/chatbox/chatdr2.css | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'webAO/styles/chatbox/chatdr2.css') 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%; -- cgit