This commit is contained in:
Andreas Knuth 2026-02-25 10:50:45 -06:00
parent 503adf5bbc
commit 54c43fd052
1 changed files with 7 additions and 1 deletions

View File

@ -54,7 +54,13 @@
#quote-items input, #quote-items input,
#quote-items select { #quote-items select {
border: 1.5px solid #9ca3af !important; border: 1.5px solid #9ca3af !important;
} }
#invoice-items > div,
#quote-items > div,
#invoice-items .border,
#quote-items .border {
border: 1.5px solid #9ca3af !important;
}
</style> </style>
</head> </head>
<body class="bg-gray-100"> <body class="bg-gray-100">