forked from 0x2620/pandora
update css
This commit is contained in:
parent
9cc9cf0c5a
commit
743523014b
1 changed files with 5 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue