summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-11-22 10:42:15 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2016-11-22 10:49:29 +0100
commit3fa81d6c35d23d21ceee7844f07afe56fc86961e (patch)
tree2922a7af6e6eadbe969b63ac3d703f9da0c02fe0 /core
parent6bcb6e08be19479cc64ebe7b8b9ed99c77c64a3f (diff)
downloadnextcloud-server-3fa81d6c35d23d21ceee7844f07afe56fc86961e.tar.gz
nextcloud-server-3fa81d6c35d23d21ceee7844f07afe56fc86961e.zip
Fix select2 input on retina - fixes #2226
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core')
-rw-r--r--core/css/inputs.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/inputs.css b/core/css/inputs.css
index 2cc4e54991e..f2233395658 100644
--- a/core/css/inputs.css
+++ b/core/css/inputs.css
@@ -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,