Öh Beitragsverwaltung: changed save icon

This commit is contained in:
Alexei Karpenko
2025-11-11 20:31:14 +01:00
parent 84b9b08d28
commit 61c3141c00
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -8,7 +8,8 @@
font-size: 1.2em;
}
.fa-check {
.glyphicon-floppy-disk {
cursor: pointer;
font-size: 1.4em;
font-size: 1.6em;
top: 0.3em;
}
+1 -1
View File
@@ -403,7 +403,7 @@ var Oehbeitrag = {
}
if (singleUpdate === true)
inputHtml += " <i class='fa fa-check text-success' id='confirm_"+fieldname+"_"+oehbeitrag_id+"' ></i>";
inputHtml += " <div class='glyphicon glyphicon-floppy-disk text-success' id='confirm_"+fieldname+"_"+oehbeitrag_id+"' title='"+FHC_PhrasesLib.t('ui', 'speichern')+"'></div>";
initElement.html(inputHtml);