Add better grouping to mailbox owner select
This commit is contained in:
@@ -235,6 +235,22 @@ a.pankow-breadcrumb-item {
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
.table-actions-hover {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.pankow-table-row:hover .pankow-table-cell .table-actions .table-actions-hover {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.table-actions-no-hover {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.pankow-table-row:hover .pankow-table-cell .table-actions .table-actions-no-hover {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* info table label:value in Sections */
|
||||
.info-row {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user