From 14d77cac0b5c77558752361b6ecdd0f5e8cc0b3c Mon Sep 17 00:00:00 2001 From: Zach Rispoli Date: Wed, 26 Jul 2017 14:16:50 -0400 Subject: [PATCH] Style for folded region looking better --- client/styles/vendors/_codemirror.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/styles/vendors/_codemirror.scss b/client/styles/vendors/_codemirror.scss index 593db885..8938568c 100644 --- a/client/styles/vendors/_codemirror.scss +++ b/client/styles/vendors/_codemirror.scss @@ -340,13 +340,15 @@ span.CodeMirror-selectedtext { background: none; } /* CODE FOLDING (FOLDGUTTER.JS) */ .CodeMirror-foldmarker { + text-shadow: -1px 0 #ed225d, 0 1px #ed225d, 1px 0 #ed225d, 0 -1px #ed225d; color: #FFF; - background-color: rgba(237, 34, 93, 0.42); - border-radius: 3px; + /* background-color: rgba(237, 34, 93, 0.42); */ + /* border-radius: 3px; */ font-weight: bold; font-family: arial; line-height: .3; cursor: pointer; + opacity: 0.75; } .CodeMirror-foldgutter { width: 2.7em;