forked from 0x2620/pandora
pad.ma info view icon: add cursor:pointer
This commit is contained in:
parent
a20b135d42
commit
86afa8aa4f
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ pandora.ui.infoView = function(data) {
|
|||
top: margin + 'px',
|
||||
width: iconWidth + 'px',
|
||||
height: iconHeight + 'px',
|
||||
borderRadius: borderRadius + 'px'
|
||||
borderRadius: borderRadius + 'px',
|
||||
cursor: 'pointer'
|
||||
})
|
||||
.bindEvent({
|
||||
anyclick: function() {
|
||||
|
|
Loading…
Reference in a new issue