diff options
| author | sD <stoned@derpymail.org> | 2020-04-19 18:51:50 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-19 18:51:50 +0200 |
| commit | 9dc3ae60265b8c53b7fc653bb065c7fbab45cee4 (patch) | |
| tree | 5d76dd17660cc5c0cb4bb615c6b7c55259f618ec | |
| parent | 219e0ae2c0276ea6ff4e4e4b69ea9804804f7f43 (diff) | |
transparency for the dgs border
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |
