diff options
| author | sD <stoned@derpymail.org> | 2020-04-27 21:49:40 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-27 21:49:40 +0200 |
| commit | dfe03632c06b4aae455025087cc0ac927b3d7990 (patch) | |
| tree | 7f2457739ee878f2de8bfa4e7aef04c29888d1ee | |
| parent | 6a43d135c6c3ee541da8c9c52be273430153402d (diff) | |
dr2: fix z-index and make the left side darker
| -rw-r--r-- | webAO/styles/chatbox/chatdr2.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webAO/styles/chatbox/chatdr2.css b/webAO/styles/chatbox/chatdr2.css index 93ba305..286b498 100644 --- a/webAO/styles/chatbox/chatdr2.css +++ b/webAO/styles/chatbox/chatdr2.css @@ -72,14 +72,14 @@ border-top: 0.1em solid white; bottom: 0; right: 0; - background-image: linear-gradient(to right, transparent, black); + background-image: linear-gradient(to right, rgba(0,0,0,0.4), black); position: absolute; word-break: keep-all; overflow-wrap: break-word; text-align: left; overflow: hidden; scroll-behavior: smooth; - z-index: 9; + z-index: 3; } #client_chat::before { @@ -95,7 +95,7 @@ height: 400%; top: -100%; left: -100%; - z-index: 8; + z-index: 2; } #client_inner_chat { @@ -103,7 +103,7 @@ padding: 2% 4%; margin: 0; line-height: 97%; - z-index: 10; + z-index: 4; } #client_chatwaiting { |
