From 743523014bda7171188e98d9c32ab50befc0a3ad Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 18 Dec 2014 14:06:33 +0000 Subject: [PATCH] update css --- static/js/apiDialog.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index ef954ba49..4bc61bbcc 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -129,10 +129,11 @@ pandora.ui.apiDialog = function() { see: action, action, ... */ var $doc = Ox.SyntaxHighlighter({ - source: string.replace( - /\n(?=(takes \{|returns \{|note: |see: ))/g, '\n\n' - ) - }), + source: string.replace( + /\n(?=(takes \{|returns \{|note: |see: ))/g, '\n\n' + ) + }) + .css({backgroundColor: 'rgba(0, 0, 0, 0)'}), parts, parts_; ['Keyword', 'Method', 'Property'].forEach(function(type) { $doc.find('.Ox' + type).removeClass('Ox' + type);