Limit this to listview, so it doesn't affect other property editors.

This commit is contained in:
bjarnef
2016-04-06 19:44:09 +02:00
parent 4bcee1df71
commit 2d6b8712d5

View File

@@ -244,7 +244,7 @@
}
/* don't hide all icons, e.g. for a sortable handle */
.table-striped tbody i:not(.handle):hover {
.umb-listview .table-striped tbody i:not(.handle):hover {
display: none !important
}