forked from 0x2620/pandora
fix light color in 0xdb info view
This commit is contained in:
parent
fa753f240c
commit
1a8882d255
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ pandora.ui.infoView = function(data) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function formatLight(str) {
|
function formatLight(str) {
|
||||||
return '<span style="color: rgb(128, 128, 128)">' + str + '</span>';
|
return '<span class="OxLight">' + str + '</span>';
|
||||||
}
|
}
|
||||||
|
|
||||||
function formatTitle(title) {
|
function formatTitle(title) {
|
||||||
|
|
Loading…
Reference in a new issue