From a4080d37063891080e729ef96ed5ae60db205b0e Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Wed, 18 Jan 2017 08:06:24 -0800 Subject: [PATCH] Namespace cursor-blink CSS animations Fixes #489 --- src/xterm.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xterm.css b/src/xterm.css index 4ef61fdf..623164a2 100644 --- a/src/xterm.css +++ b/src/xterm.css @@ -83,10 +83,10 @@ } .terminal.focus.xterm-cursor-blink .terminal-cursor { - animation: cursor-blink 1.2s infinite step-end; + animation: xterm-cursor-blink 1.2s infinite step-end; } -@keyframes cursor-blink { +@keyframes xterm-cursor-blink { 0% { background-color: #fff; color: #000;