jsdialogs: remove border around icons
Change-Id: I293377b8ffe3b3ddd18cf9c25b6f19bc96d9c65f
This commit is contained in:
parent
7b469564bb
commit
3294ae90b0
2 changed files with 3 additions and 3 deletions
|
@ -810,8 +810,8 @@ tr.useritem > td > img {
|
|||
}
|
||||
|
||||
.ui-content .unobutton {
|
||||
min-width: 32px;
|
||||
min-height: 32px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -338,7 +338,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
|
|||
var icon = builder._createIconPathFronUnoCommand(data.command);
|
||||
|
||||
button = L.DomUtil.create('img', 'ui-content unobutton', span);
|
||||
$(button).css('background', 'url(' + icon + ')');
|
||||
button.src = icon;
|
||||
button.id = id;
|
||||
|
||||
var label = L.DomUtil.create('label', 'ui-content unolabel', span);
|
||||
|
|
Loading…
Reference in a new issue