Commit 71a30727 by Torkel Ödegaard

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

parent 0f88b470
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</div> </div>
<div class="dashboard-editor-body" style="height: 500px"> <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>
<div class="dashboard-editor-footer"> <div class="dashboard-editor-footer">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment