Fix select2 input on retina - fixes #2226

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2016-11-22 10:42:15 +01:00 committed by John Molakvoæ (skjnldsv)
parent 6bcb6e08be
commit 3fa81d6c35
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 3 additions and 3 deletions

View File

@ -243,8 +243,8 @@ select:hover {
#select2-drop .select2-search input {
width: calc(100% - 14px);
min-height: auto;
background: url('../img/actions/search.svg') no-repeat right center;
background-origin: content-box;
background: url('../img/actions/search.svg') no-repeat right center !important;
background-origin: content-box !important;
}
#select2-drop .select2-results {
max-height: 250px;
@ -339,7 +339,7 @@ select:hover {
border: none;
}
.select2-container .select2-choice .select2-arrow b {
background: url('../img/actions/triangle-s.svg') no-repeat center;
background: url('../img/actions/triangle-s.svg') no-repeat center !important;
opacity: .5;
}
.select2-container .select2-choice:hover .select2-arrow b,