aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/chatdr2.css
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-09-07 16:54:41 +0200
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-09-07 16:54:41 +0200
commit6a317fdbd6080fa867aa065c4360ea56945b9ab1 (patch)
tree54be675e38e63efda8d745be5f21ebf193424e27 /webAO/styles/chatbox/chatdr2.css
parent9f3806fed2b99f67a5b38941cd902634f6676d23 (diff)
parent82eaeeddb422968a66fb75b16e3451db566c19de (diff)
Merge branch 'master' into objection_maker
Diffstat (limited to 'webAO/styles/chatbox/chatdr2.css')
-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%;