Container tab listing
This commit is contained in:
@@ -45,7 +45,7 @@ table {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
table.unstriped tbody tr {
|
||||
.container-panel > table.unstriped tbody tr {
|
||||
border-bottom: 1px solid #f1f1f1;
|
||||
background-color: #fefefe;
|
||||
cursor: pointer;
|
||||
@@ -62,6 +62,11 @@ table.unstriped tbody tr {
|
||||
block-size: 32px;
|
||||
}
|
||||
|
||||
.userContext-icon:hover {
|
||||
background-image: url('/img/container-add.svg');
|
||||
fill: 'gray';
|
||||
}
|
||||
|
||||
.edit-identities {
|
||||
background: #DCDBDC;
|
||||
}
|
||||
@@ -134,3 +139,7 @@ table.unstriped tbody tr {
|
||||
[data-identity-icon="circle"] {
|
||||
--identity-icon: url("/img/usercontext.svg#circle");
|
||||
}
|
||||
|
||||
.container-info-has-tabs {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user