浏览代码

Update 'ChatOverlay.css'

Some syntax changes
deadtom 3 天之前
父节点
当前提交
30d3ed5172
共有 1 个文件被更改,包括 10 次插入5 次删除
  1. 10 5
      ChatOverlay.css

+ 10 - 5
ChatOverlay.css

@@ -15,11 +15,16 @@
 }
 
 /* remove background from main chat window */
-body, #chat-container {
-  background-color: transparent !important;
+body {
+  background-color: #00000000 !important;
+}
+#chat-container {
+  background-color: #00000000 !important;
 }
 
 /* give each chatmessage a darkish background and assign the animation */
-#chat-container {
-  animation: fade 60s !important;
-} 
+#chat-container > div > div > div > div {
+  background-color: #11111166 !important;
+  animation: fade 12s !important;
+  opacity: 0;
+}