Optimierungen Frontend Inhaltseditor #92

Merged
mg8220s merged 11 commits from feature/inhaltseditor-frontend into dev 2025-01-07 00:06:58 +01:00
Showing only changes of commit 851e500eb5 - Show all commits

View File

@@ -389,7 +389,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
</div>
<button class="bg-blue-500 text-white w-full px-4 py-2 rounded-lg hover:bg-[var(--accent-color)] transition duration-300 flex items-center"
<button class="mt-0 border-2 border-blue-500 text-blue-500 w-full px-4 py-2 rounded-lg hover:bg-blue-500 hover:text-white transition duration-300 flex items-center"
onclick="createFormulaWithVariable()"
type="button">
<span>Neue Aufgabe</span>