for #55: edit-container-panel colors; delete-container-panel

This commit is contained in:
groovecoder
2017-01-12 15:52:28 -06:00
parent 729218b36c
commit faaa3008a8
4 changed files with 86 additions and 11 deletions
+12 -4
View File
@@ -76,7 +76,7 @@ table {
block-size: 16px;
}
.container-panel > table.unstriped tbody tr {
table.unstriped tbody tr {
border-bottom: 1px solid #f1f1f1;
background-color: #fefefe;
cursor: pointer;
@@ -226,12 +226,20 @@ table {
cursor: pointer;
}
.edit-containers-panel-footer {
.edit-containers-panel-footer a {
color: #ffffff;
}
.edit-containers-exit-text {
display: flex;
align-items: center;
background: #248aeb;
block-size: 100%;
color: #ffffff;
justify-content: center;
}
.edit-containers-panel-footer a {
color: #ffffff;
.choose-color-icon {
padding-inline-start: 17px;
padding-inline-end: 7px;
}