select2: show cursor pointer on hovering entries
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
da4f68b80a
commit
978c02e7a8
|
@ -264,6 +264,9 @@ select:hover {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
.select2-results .select2-result-label span {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.select2-choices {
|
.select2-choices {
|
||||||
white-space: nowrap !important;
|
white-space: nowrap !important;
|
||||||
|
@ -329,6 +332,12 @@ select:hover {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
vertical-align: middle;
|
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-no-results,
|
||||||
.select2-results .select2-searching,
|
.select2-results .select2-searching,
|
||||||
|
|
Loading…
Reference in New Issue