male zmiany w ux

This commit is contained in:
Mateusz Gruszczyński
2025-07-06 23:02:44 +02:00
parent 54c8f37b65
commit 8854d5b558
2 changed files with 2 additions and 3 deletions

View File

@ -123,5 +123,4 @@ input[type="checkbox"]:disabled::before {
}
input[type="checkbox"]:disabled {
cursor: not-allowed;
}
}

View File

@ -35,7 +35,7 @@
</div>
<button type="button" class="btn btn-sm btn-outline-info"
{% if list.is_archived %}disabled{% else %}onclick="openNoteModal(event, {{ item.id }})"{% endif %}>
📝 Notatka
📝
</button>
</li>
{% endfor %}