Container tab listing

This commit is contained in:
baku
2017-01-10 13:19:18 +00:00
parent 8598c76e25
commit bb0713d0d4
4 changed files with 289 additions and 116 deletions
+10 -1
View File
@@ -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;
}