Merge pull request #2229 from nextcloud/select2-fix-bis

Select2 fix bis
This commit is contained in:
Lukas Reschke 2016-11-22 17:50:53 +01:00 committed by GitHub
commit 717fd9fdd6
2 changed files with 4 additions and 5 deletions

View File

@ -9,6 +9,7 @@
*/
#app-content-systemtagsfilter .select2-container {
width: 30%;
margin-left: 10px;
}
#app-content-systemtagsfilter .select2-choices {
@ -19,7 +20,6 @@
box-sizing: content-box;
border-radius: 3px;
border: 1px solid #ddd;
margin: 3px 3px 3px 0;
padding: 0;
min-height: auto;
}

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;
@ -252,7 +252,6 @@ select:hover {
padding: 0;
}
#select2-drop .select2-results .select2-result-label {
padding: 12px !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@ -340,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,