Kaynağa Gözat

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

Torkel Ödegaard 11 yıl önce
ebeveyn
işleme
71a307270a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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">