فهرست منبع

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

Torkel Ödegaard 11 سال پیش
والد
کامیت
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">