mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Bug fixes
This commit is contained in:
parent
02b7ca64e8
commit
c902552d5f
@ -27,6 +27,7 @@ use App\Models\PaymentTerm;
|
||||
use App\Models\InvoiceDesign;
|
||||
use App\Models\AccountGateway;
|
||||
use App\Models\Activity;
|
||||
use App\Models\Gateway;
|
||||
use App\Ninja\Mailers\ContactMailer as Mailer;
|
||||
use App\Ninja\Repositories\InvoiceRepository;
|
||||
use App\Ninja\Repositories\ClientRepository;
|
||||
|
2
public/css/built.css
vendored
2
public/css/built.css
vendored
@ -3207,7 +3207,7 @@ div.checkbox > label {
|
||||
.container input:focus,
|
||||
.container textarea:focus,
|
||||
.container select:focus {
|
||||
background: #fff !important;
|
||||
background: #fdfdfd !important;
|
||||
}
|
||||
|
||||
.container input[placeholder],
|
||||
|
2
public/css/style.css
vendored
2
public/css/style.css
vendored
@ -823,7 +823,7 @@ div.checkbox > label {
|
||||
.container input:focus,
|
||||
.container textarea:focus,
|
||||
.container select:focus {
|
||||
background: #fff !important;
|
||||
background: #fdfdfd !important;
|
||||
}
|
||||
|
||||
.container input[placeholder],
|
||||
|
Loading…
x
Reference in New Issue
Block a user