From 503adf5bbcc0e40c106269520fe12440f9c1449e Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Wed, 25 Feb 2026 10:46:34 -0600 Subject: [PATCH] new styles --- public/index.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 6a65c2c..c21ad6d 100644 --- a/public/index.html +++ b/public/index.html @@ -36,7 +36,25 @@ #quote-modal textarea:focus { border-color: #3b82f6 !important; box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2) !important; - } + } + /* Line Item Felder + Rich Text Editor */ + #invoice-modal .ql-container, + #invoice-modal .ql-toolbar, + #quote-modal .ql-container, + #quote-modal .ql-toolbar { + border: 1.5px solid #9ca3af !important; + } + + .item-row input, + .item-row select, + .invoice-item input, + .invoice-item select, + #invoice-items input, + #invoice-items select, + #quote-items input, + #quote-items select { + border: 1.5px solid #9ca3af !important; + }