mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-09 00:43:23 +01:00
blue icon on mindmap list
This commit is contained in:
parent
0933786525
commit
871d89a304
@ -1771,6 +1771,10 @@ table .span24 {
|
|||||||
background-image: url("../img/glyphicons-halflings-white.png");
|
background-image: url("../img/glyphicons-halflings-white.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-blue {
|
||||||
|
background-image: url("../img/glyphicons-halflings-blue.png");
|
||||||
|
}
|
||||||
|
|
||||||
.icon-glass {
|
.icon-glass {
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
@ -58,7 +58,7 @@
|
|||||||
bUseRendered:false,
|
bUseRendered:false,
|
||||||
mDataProp:"title",
|
mDataProp:"title",
|
||||||
fnRender:function (obj) {
|
fnRender:function (obj) {
|
||||||
return '<span class="icon-file"></span>' + '<a href="c/maps/' + obj.aData.id + '/edit">' + $('<span></span>').text(obj.aData.title).html() + '</a>';
|
return '<span class="icon-file icon-blue"></span>' + '<a href="c/maps/' + obj.aData.id + '/edit">' + $('<span></span>').text(obj.aData.title).html() + '</a>';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user