select2: show cursor pointer on hovering entries

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-11-17 18:18:38 +01:00
parent da4f68b80a
commit 978c02e7a8

View file

@ -264,6 +264,9 @@ select:hover {
overflow: hidden;
text-overflow: ellipsis;
}
.select2-results .select2-result-label span {
cursor: pointer;
}
.select2-choices {
white-space: nowrap !important;
@ -329,6 +332,12 @@ select:hover {
margin-right: 8px;
vertical-align: middle;
}
#select2-drop .avatar img,
.select2-chosen .avatar img,
#select2-drop .avatar,
.select2-chosen .avatar {
cursor: pointer;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,