Bug fixes

This commit is contained in:
Hillel Coren 2015-06-01 17:34:00 +03:00
parent 02b7ca64e8
commit c902552d5f
3 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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],

View File

@ -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],