mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 08:32:18 +02:00
change the add and remove style for glyphs in settings
This commit is contained in:
parent
01e6acda39
commit
1fa0d8df72
2 changed files with 2 additions and 2 deletions
|
@ -82,5 +82,5 @@ td.buttons {
|
|||
td.buttons .glyphicon {
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
|
@ -299,7 +299,7 @@ function makeTableInputs(setting) {
|
|||
</td>"
|
||||
})
|
||||
|
||||
html += "<td class='buttons'><span class='glyphicon glyphicon-ok add-row'></span></td>"
|
||||
html += "<td class='buttons'><span class='glyphicon glyphicon-plus add-row'></span></td>"
|
||||
html += "</tr>"
|
||||
|
||||
return html
|
||||
|
|
Loading…
Reference in a new issue