invoice item multible
This commit is contained in:
20
public/css/app.css
vendored
20
public/css/app.css
vendored
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user