From 0e256ce80d9faf66a764c52d527d38d0c9b94636 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Wed, 5 Feb 2014 20:26:40 +0100 Subject: [PATCH] Remove autocomplete shadow from ambiance theme This fixes a regression caused by the newly introduced feature allowing autocomplete theming --- lib/ace/theme/ambiance.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/ace/theme/ambiance.css b/lib/ace/theme/ambiance.css index c2ac69cf..f45e1d0e 100644 --- a/lib/ace/theme/ambiance.css +++ b/lib/ace/theme/ambiance.css @@ -26,7 +26,8 @@ .ace-ambiance .ace_fold-widget.ace_start, .ace-ambiance .ace_fold-widget.ace_end, -.ace-ambiance .ace_fold-widget.ace_closed{ +.ace-ambiance .ace_fold-widget.ace_closed, +.ace-ambiance.ace_autocomplete .ace_scroller { background: none; border: none; box-shadow: none; @@ -74,7 +75,7 @@ .ace-ambiance.normal-mode .ace_cursor-layer { z-index: 0; } - + .ace-ambiance .ace_marker-layer .ace_selection { background: rgba(221, 240, 255, 0.20); } @@ -134,7 +135,7 @@ } .ace-ambiance .ace_constant.ace_library { - + } .ace-ambiance .ace_constant.ace_numeric { @@ -214,4 +215,4 @@ .ace-ambiance .ace_indent-guide { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNQUFD4z6Crq/sfAAuYAuYl+7lfAAAAAElFTkSuQmCC") right repeat-y; -} \ No newline at end of file +}