From 5ca4028a0a98db11773f1bebf852b77c63a0ce81 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 11 Jun 2015 10:47:00 +0200 Subject: style fixes: remove borders, separators, adjust line number bar color --- css/style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 7f6916f..1ac7b32 100644 --- a/css/style.css +++ b/css/style.css @@ -6,7 +6,6 @@ #editor_controls { background-color: white; height: 44px; - border-bottom: 2px solid #eee; position: absolute; top: 0; width: 100%; @@ -17,6 +16,11 @@ margin-top: 46px; } +.ace-clouds .ace_gutter { + background: #fff; + color: #aaa; +} + #editor { display: block; height: 100%; @@ -40,8 +44,7 @@ height: 88%; z-index:1002; overflow: hidden; - border: 2px solid #ccc; - background-color: white; + background-color: #fff; } @media(max-width: 768px) { @@ -146,4 +149,4 @@ div.editor_separator.save_separator { -moz-opacity: 0.7; opacity:.70; filter: alpha(opacity=70); -} \ No newline at end of file +} -- cgit v1.2.3