From 1c4a2af1c5b54b035fad7972b43f21ed153927f9 Mon Sep 17 00:00:00 2001 From: nic Date: Thu, 19 Dec 2024 10:29:39 -0500 Subject: [PATCH] updated some more styling --- static/css/styles.css | 5 ++++- templates/partials/invoice_search.html | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) 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

+