Explorar o código

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

Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
71a307270a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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">