diff --git a/static/css/styles.css b/static/css/styles.css index 7dfb4ee..d0cc58e 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -108,6 +108,8 @@ html { .content { background-color: #f9fafb; padding: 1.5rem; + border: 1px solid #e2e8f0; + /* Subtle border for definition */ border-radius: 0.5rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); flex-grow: 1; @@ -655,7 +657,8 @@ html { .content { background-color: #2e2e42; /* Dark content background */ - border: none; + border: 1px solid #303046; + /* Subtle border for definition */ padding: 1.5rem; border-radius: 0.5rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); diff --git a/templates/partials/invoice_search.html b/templates/partials/invoice_search.html index 5702e56..998ca0e 100644 --- a/templates/partials/invoice_search.html +++ b/templates/partials/invoice_search.html @@ -1,6 +1,7 @@ {{define "invoice_search"}} -

Invoices

+

Update Invoice Status

+