Skip to content

Commit

Permalink
FIX: Remove Conflicting Borders
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Sep 5, 2023
1 parent 81a9c21 commit e7efabe
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions Assets/css/kanboard-support.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,30 +82,10 @@ h2 .fa-code {
font-weight: bold;
}

#UserTable {
border-collapse: unset;
}

#UserTable > thead > tr > th, #UserTable > tbody > tr > td, #UserTable > tbody > tr > th {
padding: 4px 15px;
}

#UserTable > thead > tr > th:first-child {
border-top-left-radius: var(--border-radius-kanboard-support);
}

#UserTable > thead > tr > th:last-child {
border-top-right-radius: var(--border-radius-kanboard-support);
}

#UserTable > tbody > tr:last-child > td:first-child {
border-bottom-left-radius: var(--border-radius-kanboard-support);
}

#UserTable > tbody > tr:last-child > td:last-child {
border-bottom-right-radius: var(--border-radius-kanboard-support);
}

#UserTable > thead > tr > th {
border: 1px solid var(--tech-bg-grey-border-match);
}
Expand Down

0 comments on commit e7efabe

Please sign in to comment.