]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix select2 input on retina - fixes #2226 2229/head
authorMorris Jobke <hey@morrisjobke.de>
Tue, 22 Nov 2016 09:42:15 +0000 (10:42 +0100)
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Tue, 22 Nov 2016 09:49:29 +0000 (10:49 +0100)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
core/css/inputs.css

index 2cc4e54991e9533ef96c279abb05aa9b856220e6..f2233395658d1533b8fbaf9624e5484df08aefab 100644 (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,