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
1 changed files with 9 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue