fix light color in 0xdb info view

This commit is contained in:
rolux 2013-02-10 19:36:34 +05:30
parent fa753f240c
commit 1a8882d255
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ pandora.ui.infoView = function(data) {
}
function formatLight(str) {
return '<span style="color: rgb(128, 128, 128)">' + str + '</span>';
return '<span class="OxLight">' + str + '</span>';
}
function formatTitle(title) {