Compare commits

...

1 Commits

Author SHA1 Message Date
admin dd821981c9 Textgröße von Datum/Zeit angepasst an die anderen Eingabefelder 2026-09-03 07:54:43 +02:00
+1 -1
View File
@@ -149,7 +149,7 @@ export default function WerteForm({ onSuccess, selectedEntry }: WerteFormProps)
const compactInputClass = "w-full min-w-0 px-1 py-1.5 text-xs rounded border-2 border-gray-400 bg-white focus:border-blue-500 focus:outline-none"; const compactInputClass = "w-full min-w-0 px-1 py-1.5 text-xs rounded border-2 border-gray-400 bg-white focus:border-blue-500 focus:outline-none";
const compactNumberInputClass = `${compactInputClass} [appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none`; const compactNumberInputClass = `${compactInputClass} [appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none`;
// Datum/Zeit: nochmal 10px schmaler als die übrigen kompakten Felder. // Datum/Zeit: nochmal 10px schmaler als die übrigen kompakten Felder.
const dateTimeInputClass = "w-[calc(100%-10px)] min-w-0 px-1 py-1.5 text-xs rounded border-2 border-gray-400 bg-white focus:border-blue-500 focus:outline-none"; const dateTimeInputClass = "w-[calc(100%-10px)] min-w-0 px-1 py-1 text-sm rounded border-2 border-gray-400 bg-white focus:border-blue-500 focus:outline-none";
return ( return (
<div className="bg-[#CCCCFF] border border-black p-3 sm:p-6 rounded-lg mb-6"> <div className="bg-[#CCCCFF] border border-black p-3 sm:p-6 rounded-lg mb-6">