invoice item multible

This commit is contained in:
cuneytsenturk
2018-10-20 18:52:37 +03:00
parent 983015509a
commit 39e6e0b07c
3 changed files with 51 additions and 5 deletions

20
public/css/app.css vendored
View File

@ -745,3 +745,23 @@ input[type="number"] {
padding-left: 0;
padding-right: 0;
}
#items .select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #6da252;
border: 1px solid #6da252;
margin-bottom: 5px;
}
#items .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #fffdfd;
}
#items span.select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple {
border-color: #d2d6de;
border-radius: 0;
}
#items .select2-container--default.select2-container--focus .select2-selection--multiple {
border-color: #6da252;
border-radius: 0;
}