File tree 1 file changed +29
-1
lines changed
1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,34 @@ var AcePopup = function(parentNode) {
320
320
} ;
321
321
322
322
dom . importCssString ( "\
323
+ .ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line {\
324
+ background-color: #CAD6FA;\
325
+ z-index: 1;\
326
+ }\
327
+ .ace_dark.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line {\
328
+ background-color: #3a674e;\
329
+ }\
330
+ .ace_editor.ace_autocomplete .ace_line-hover {\
331
+ border: 1px solid #abbffe;\
332
+ margin-top: -1px;\
333
+ background: rgba(233,233,253,0.4);\
334
+ position: absolute;\
335
+ z-index: 2;\
336
+ }\
337
+ .ace_dark.ace_editor.ace_autocomplete .ace_line-hover {\
338
+ border: 1px solid rgba(109, 150, 13, 0.8);\
339
+ background: rgba(58, 103, 78, 0.62);\
340
+ }\
341
+ .ace_completion-meta {\
342
+ opacity: 0.5;\
343
+ margin: 0.9em;\
344
+ }\
345
+ .ace_editor.ace_autocomplete .ace_completion-highlight{\
346
+ color: #2d69c7;\
347
+ }\
348
+ .ace_dark.ace_editor.ace_autocomplete .ace_completion-highlight{\
349
+ color: #93ca12;\
350
+ }\
323
351
.ace_autocomplete.ace-tm .ace_marker-layer .ace_active-line {\
324
352
background-color: #CAD6FA;\
325
353
z-index: 1;\
@@ -349,7 +377,7 @@ dom.importCssString("\
349
377
.ace_completion-message {\
350
378
color: blue;\
351
379
}\
352
- .ace_autocomplete .ace_completion-highlight{\ color: #000;\
380
+ .ace_autocomplete .ace_completion-highlight{\
353
381
text-shadow: 0 0 0.01em;\
354
382
}\
355
383
.ace_autocomplete {\
You can’t perform that action at this time.
0 commit comments