fix copy/move tooltip
This commit is contained in:
parent
4bde1d3b54
commit
071873111d
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ pandora.enableDragAndDrop = function($list, canMove) {
|
||||||
width: '16px',
|
width: '16px',
|
||||||
height: '16px',
|
height: '16px',
|
||||||
padding: '2px',
|
padding: '2px',
|
||||||
border: '2px solid rgb(192, 192, 192)',
|
border: '2px solid rgb(' + Ox.Theme.getThemeData().symbolDefaultColor.join(', ') + ')',
|
||||||
borderRadius: '12px',
|
borderRadius: '12px',
|
||||||
margin: '3px 2px 2px 2px'
|
margin: '3px 2px 2px 2px'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue