Styling and minor changes
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
</button>
|
||||
<button
|
||||
onclick={toggleEdit}
|
||||
class="rounded bg-gray-300 px-4 py-2 text-gray-700 transition hover:bg-gray-400 disabled:cursor-not-allowed disabled:opacity-50"
|
||||
class="rounded border border-gray-300 bg-white px-4 py-2 text-gray-700 transition hover:bg-gray-50 disabled:cursor-not-allowed disabled:opacity-50"
|
||||
disabled={updatingEmail}
|
||||
aria-label="Cancel editing"
|
||||
>
|
||||
@@ -123,7 +123,7 @@
|
||||
type="text"
|
||||
bind:value={emailSubject}
|
||||
disabled={!isEditing || updatingEmail}
|
||||
class="w-full px-3 py-2 border border-gray-300 rounded-lg {!isEditing ? 'bg-gray-50 cursor-default' : ''} focus:ring-blue-500 focus:border-blue-500 disabled:bg-gray-50"
|
||||
class="w-full rounded-lg border border-gray-300 px-3 py-2 focus:border-blue-500 focus:ring-blue-500 disabled:cursor-default disabled:bg-gray-100"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
bind:value={emailBody}
|
||||
rows="6"
|
||||
disabled={!isEditing || updatingEmail}
|
||||
class="w-full px-3 py-2 border border-gray-300 rounded-lg {!isEditing ? 'bg-gray-50 cursor-default' : ''} focus:ring-blue-500 focus:border-blue-500 disabled:bg-gray-50"
|
||||
class="w-full rounded-lg border border-gray-300 px-3 py-2 focus:border-blue-500 focus:ring-blue-500 disabled:cursor-default disabled:bg-gray-100"
|
||||
></textarea>
|
||||
{#if isEditing}
|
||||
<div class="mt-2 text-xs text-gray-500">
|
||||
|
||||
Reference in New Issue
Block a user