Change popup label colour to green

This is to stop it looking so much like a link that can be clicked on.

Bug: T174219
Change-Id: Icdae8ddf32aa0c08fe0d708eb289bafe53f9b589
This commit is contained in:
Sam Wilson 2017-09-12 08:28:00 +08:00
parent a8c4d4716e
commit 0ca61108d1

View file

@ -14,7 +14,7 @@
}
.codemirror-popup-label span {
color: #1e90ff;
color: #457d39;
}
.codemirror-popup-text {