Quellcode durchsuchen

Update 'ChatOverlay.css'

Some syntax changes
deadtom vor 3 Tagen
Ursprung
Commit
30d3ed5172
1 geänderte Dateien mit 10 neuen und 5 gelöschten Zeilen
  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;
+}