new styles

This commit is contained in:
Andreas Knuth 2026-02-25 10:46:34 -06:00
parent 55b4cba35a
commit 503adf5bbc
1 changed files with 19 additions and 1 deletions

View File

@ -36,7 +36,25 @@
#quote-modal textarea:focus { #quote-modal textarea:focus {
border-color: #3b82f6 !important; border-color: #3b82f6 !important;
box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2) !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;
}
</style> </style>
</head> </head>
<body class="bg-gray-100"> <body class="bg-gray-100">