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

This commit is contained in:
Torkel Ödegaard 2014-09-09 09:16:00 +02:00
parent 0f88b470e8
commit 71a307270a

View File

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