From 10d7b3ab9f5b71f225dfbd1078940c84ebb70bb6 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Tue, 29 Jan 2013 11:00:06 -0800 Subject: [PATCH] cursor styles for mini editor --- themes/Atom - Light/editor.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/Atom - Light/editor.css b/themes/Atom - Light/editor.css index a71102f71..9326721b9 100644 --- a/themes/Atom - Light/editor.css +++ b/themes/Atom - Light/editor.css @@ -12,6 +12,13 @@ color: #333; } +.editor.mini .cursor { + background: #333; + width: 2px; + line-height: 20px; + margin-top: 2px; +} + .editor .gutter .line-number { padding-right: 1.3em; min-width: 35px;