diff options
| author | sD <stoned@derpymail.org> | 2020-04-27 22:10:13 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-27 22:10:13 +0200 |
| commit | f25b3350de64bd8c4bc9d3fcd86fb3c7cc232a92 (patch) | |
| tree | dedd85c790d487a8222e855e07c16719ce7bb07b /webAO/styles/chatbox | |
| parent | dfe03632c06b4aae455025087cc0ac927b3d7990 (diff) | |
add the second border
Diffstat (limited to 'webAO/styles/chatbox')
| -rw-r--r-- | webAO/styles/chatbox/chatdr2.css | 5 |
1 files changed, 3 insertions, 2 deletions
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; |
