From f25b3350de64bd8c4bc9d3fcd86fb3c7cc232a92 Mon Sep 17 00:00:00 2001 From: sD Date: Mon, 27 Apr 2020 22:10:13 +0200 Subject: add the second border --- webAO/styles/chatbox/chatdr2.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'webAO') diff --git a/webAO/styles/chatbox/chatdr2.css b/webAO/styles/chatbox/chatdr2.css index 286b498..a559b1a 100644 --- a/webAO/styles/chatbox/chatdr2.css +++ b/webAO/styles/chatbox/chatdr2.css @@ -47,7 +47,8 @@ color: #3d3c3f; font-weight: bold; background-image: linear-gradient(to top,#fe9500,#fee303,transparent); - border-right: 0.3em solid #e0d8b4; + border-right: 0.3em solid #dfd8b8; + box-shadow: 0.3em 0px 0 #ff9700; left: 0; bottom: 0; position: absolute; @@ -66,7 +67,7 @@ #client_chat { font-size: 1em; display: block; - width: 93%; + width: 91%; margin: auto; height: 25%; border-top: 0.1em solid white; -- cgit