From 9dc3ae60265b8c53b7fc653bb065c7fbab45cee4 Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 19 Apr 2020 18:51:50 +0200 Subject: transparency for the dgs border --- webAO/styles/chatbox/dgs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webAO/styles/chatbox/dgs.css') diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 38c2c1f..44808b9 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -43,7 +43,6 @@ border-image-slice: 12; border-image-width: 12px; border-width: 12px; - background-color: #101821; bottom: 0; position: absolute; word-break: keep-all; @@ -57,6 +56,8 @@ #client_chat p { margin: 6px; padding: 6px 20px; + height: 80%; + background-color: #101821; } #client_chatwaiting { -- cgit