Merge pull request #569 from batuhawk/1.3-dev

Some css changed
This commit is contained in:
Batuhan 2018-10-25 17:47:52 +03:00 committed by GitHub
commit 7e1f9e70c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
public/css/app.css vendored
View File

@ -747,13 +747,14 @@ input[type="number"] {
}
#items .select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #6da252;
border: 1px solid #6da252;
background-color: #f4f4f4;
color: #444;
border: 1px solid #ddd;
margin-bottom: 5px;
}
#items .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #fffdfd;
color: #444;
}
#items span.select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple {