Fixed some select2 css for invoice and bill

This commit is contained in:
Batuhan Baş 2019-01-14 18:49:38 +03:00
parent 3b41b90ea2
commit 34f1523b0f
3 changed files with 22 additions and 8 deletions

10
public/css/app.css vendored
View File

@ -918,14 +918,8 @@ input[type="number"] {
}
/* App Detail Page Sliders Finish */
.select2-results__option {
color: lightslategray;
}
.select2-results__option:hover {
color: white;
background: #6da252;
cursor: pointer;
.select2-container .select2-selection--multiple{
min-height: 34px;
}
.box-body .app-price-suffix {

View File

@ -168,6 +168,16 @@
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/colorpicker/bootstrap-colorpicker.css') }}">
@endpush
@push('stylesheet')
<style type="text/css">
.select2-results__option.select2-results__message:hover {
color: white;
background: #6da252;
cursor: pointer;
}
</style>
@endpush
@push('scripts')
<script type="text/javascript">
var focus = false;

View File

@ -168,6 +168,16 @@
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/colorpicker/bootstrap-colorpicker.css') }}">
@endpush
@push('stylesheet')
<style type="text/css">
.select2-results__option.select2-results__message:hover {
color: white;
background: #6da252;
cursor: pointer;
}
</style>
@endpush
@push('scripts')
<script type="text/javascript">
var focus = false;