1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Contacts: Don't hide checkmark.

This commit is contained in:
Thomas Tanghus 2012-12-07 15:15:17 +01:00
parent b968a602d9
commit 1a4ba6afad

View File

@ -88,7 +88,7 @@
}
#grouplist { z-index: 100; }
#grouplist h3 .action:not(.starred) { float: right; display: none; padding: 0; margin: auto; }
#grouplist h3 .action:not(.starred):not(.checked) { float: right; display: none; padding: 0; margin: auto; }
#grouplist h3:not([data-type="shared"]):not(.editing):hover .action.numcontacts, #grouplist h3:not([data-type="shared"]):not(.editing) .active.action.numcontacts { display: inline-block; }
#grouplist h3[data-type="category"]:not(.editing):hover .action.delete { display: inline-block; }
#grouplist h3:not(.editing) .action.delete { width: 20px; height: 20px; }