소스 검색

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;
+}