From f94c9c82d144690bfe24a93554e47cfa6a3b2275 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Tue, 6 Oct 2015 16:36:45 +0200 Subject: Refactor renderLine Hide the cursor when console is blurred. Do not change the color of character under cursor when cursor is in the unblinked phase. --- css/codeq/console.css | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'css/codeq/console.css') diff --git a/css/codeq/console.css b/css/codeq/console.css index c3ae853..723f3d5 100644 --- a/css/codeq/console.css +++ b/css/codeq/console.css @@ -14,20 +14,14 @@ padding: 0; } .cq-con-text { - } -.cq-con-cursor { - color: black; - background: greenyellow; -} -.cq-con-cursor.inverted { - color: greenyellow; - background: black; -} - .cq-con-text.input { color: #a6e1ec; } .cq-con-text.error { color: #d9534f; -} \ No newline at end of file +} +.cq-con-cursor.inverted { + color: black; + background: greenyellow; +} -- cgit v1.2.1