]> source.dussan.org Git - nextcloud-server.git/commitdiff
select2: show cursor pointer on hovering entries 2187/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 17 Nov 2016 17:18:38 +0000 (18:18 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 17 Nov 2016 17:18:38 +0000 (18:18 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/inputs.css

index 75b9b34bf859f93902026c26fe7c1eeea981e3ca..4497c00139f1eb9857fccc67ccc730f3dc0d9bf0 100644 (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,