Просмотр исходного кода

Fixed text color in json text area for white theme, #735

Torkel Ödegaard 11 лет назад
Родитель
Сommit
71a307270a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/app/partials/edit_json.html

+ 1 - 1
src/app/partials/edit_json.html

@@ -8,7 +8,7 @@
 	</div>
 
 	<div class="dashboard-editor-body" style="height: 500px">
-		<textarea ng-model="json" rows="20" spellcheck="false" style="width: 90%; color: white"></textarea>
+		<textarea ng-model="json" rows="20" spellcheck="false" style="width: 90%;"></textarea>
 	</div>
 
 	<div class="dashboard-editor-footer">