bhikkhu-kosalla-china 4 лет назад
Родитель
Сommit
f921260633
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/term/note.js

+ 1 - 1
app/term/note.js

@@ -82,7 +82,7 @@ function note_init(input,channel="",editor="",lang="en") {
 
 		output += "</div>";
 
-		let newString = output.replace(/\{\{/g, '<span class="note_shell"><note info="');
+		let newString = output.replace(/\{\{/g, '<span class="note_shell"><note style="border: solid 2px var(--btn-bg-color);" info="');
 		newString = newString.replace(/\}\}/g, '" ></note></span>');
 
 		return newString;