mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-16 01:34:08 +00:00
Unify form styling across invoice, estimate, and recurring invoice pages
Apply consistent rounded-xl shadow border-line-light to customer selector, date/number fields card, items table, totals card, editor, tax popup, and view page sidebars. Wrap right-side basic fields in card container matching the customer card. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
<div
|
||||
class="
|
||||
overflow-hidden
|
||||
rounded-md
|
||||
shadow-lg
|
||||
rounded-xl
|
||||
shadow
|
||||
ring-1 ring-black/5
|
||||
"
|
||||
>
|
||||
@@ -64,7 +64,7 @@
|
||||
overflow-auto
|
||||
list
|
||||
max-h-36
|
||||
border-t border-line-default
|
||||
border-t border-line-light
|
||||
"
|
||||
>
|
||||
<div
|
||||
@@ -80,7 +80,7 @@
|
||||
class="
|
||||
px-6
|
||||
py-4
|
||||
border-b border-line-default border-solid
|
||||
border-b border-line-light border-solid
|
||||
cursor-pointer
|
||||
hover:bg-surface-tertiary hover:cursor-pointer
|
||||
last:border-b-0
|
||||
|
||||
Reference in New Issue
Block a user