forked from 0x2620/oxjs
fix colored tree list icons in doc panel
This commit is contained in:
parent
914d92f135
commit
fe32615c6b
2 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,7 @@ Ox.Theme = (function() {
|
|||
that.getColorImage = function(name, value, tooltip) {
|
||||
return (tooltip ? Ox.Element({element: '<img>', tooltip: tooltip}) : $('<img>'))
|
||||
.addClass('OxColor OxColorName')
|
||||
.attr({src: Ox.UI.getImageURL(name, null, value)})
|
||||
.attr({src: Ox.UI.getImageURL(name, value)})
|
||||
.data({OxColor: value, OxImage: name});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue