Refined import member mapping table style

no refs.
- updated outer border of mapping table to have better contrast
This commit is contained in:
Peter Zimon 2020-07-07 13:39:10 +02:00
parent 7cc49b4b70
commit 5dc96368ef

View File

@ -551,12 +551,17 @@ p.gh-members-import-errordetailtext {
padding: 3px 8px; padding: 3px 8px;
background: color-mod(var(--darkgrey) a(5%) s(+50%)); background: color-mod(var(--darkgrey) a(5%) s(+50%));
border-left: 1px solid color-mod(var(--darkgrey) a(7%) s(+40%)); border-left: 1px solid color-mod(var(--darkgrey) a(7%) s(+40%));
border-top: 1px solid color-mod(var(--darkgrey) a(7%) s(+40%)); border-top: 1px solid color-mod(var(--darkgrey) a(12%) s(+40%));
border-bottom: 1px solid color-mod(var(--darkgrey) a(7%) s(+40%)); border-bottom: 1px solid color-mod(var(--darkgrey) a(7%) s(+40%));
} }
.gh-members-import-table tr th:first-of-type {
border-left: 1px solid color-mod(var(--darkgrey) a(12%) s(+40%));
width: 180px;
}
.gh-members-import-table tr th:last-of-type { .gh-members-import-table tr th:last-of-type {
border-right: 1px solid color-mod(var(--darkgrey) a(7%) s(+40%)); border-right: 1px solid color-mod(var(--darkgrey) a(12%) s(+40%));
} }
.gh-members-import-table td.empty-cell { .gh-members-import-table td.empty-cell {
@ -570,14 +575,18 @@ p.gh-members-import-errordetailtext {
vertical-align: top; vertical-align: top;
} }
.gh-members-import-table tr td:first-of-type, .gh-members-import-table tr td:first-of-type {
.gh-members-import-table tr th:first-of-type { border-left: 1px solid color-mod(var(--darkgrey) a(12%) s(+40%));
width: 170px; width: 180px;
} }
.gh-members-import-table tr td:last-of-type { .gh-members-import-table tr td:last-of-type {
padding: 0; padding: 0;
border-right: 1px solid color-mod(var(--darkgrey) a(7%) s(+40%)); border-right: 1px solid color-mod(var(--darkgrey) a(12%) s(+40%));
}
.gh-members-import-table tr:last-of-type td {
border-bottom: 1px solid color-mod(var(--darkgrey) a(12%) s(+40%));
} }
.gh-members-import-datanav { .gh-members-import-datanav {