mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed text color in json text area for white theme, #735
This commit is contained in:
parent
0f88b470e8
commit
71a307270a
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user