From 64fabf9ebef7c68fb9dbeb3c63186b3ae1caff0a Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Tue, 1 Sep 2015 13:41:42 +0200 Subject: change line highlight colour to grey --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css') diff --git a/css/style.css b/css/style.css index dc8f1b4..d9ca5d4 100644 --- a/css/style.css +++ b/css/style.css @@ -12,6 +12,10 @@ z-index: 1000; } +.ace-clouds .ace_marker-layer .ace_active-line { + background-color: #f8f8f8 !important; +} + #editor div.ace_gutter { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; opacity: .2; -- cgit v1.2.3