Преглед изворни кода

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">