wallpaper fix
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
<h2 class="text-lg font-semibold mb-2">Zeiterfassung</h2>
|
||||
<form action="{{ url_for('time_tracking') }}" method="POST"
|
||||
class="mb-4 flex flex-col sm:flex-row items-center">
|
||||
<input type="text" name="activity" placeholder="Aktivität"
|
||||
<input type="text" name="activity" style="border-bottom: solid rgb(240, 222, 222) !important; border-top: none !important; border-left: none !important; border-right: none !important; background-color: transparent !important;" placeholder="Aktivität"
|
||||
class="p-2 border rounded mb-2 sm:mb-0 sm:mr-2 flex-1 text-gray-800" />
|
||||
<button type="submit" name="action" value="start"
|
||||
class="bg-green-500 text-white px-4 py-2 rounded hover:bg-green-600 mr-2">
|
||||
|
||||
Reference in New Issue
Block a user