Skip to content

Commit

Permalink
Dev: remove dark border color in the vanillar table (#3069)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-han-115 committed May 5, 2023
1 parent 5bc9336 commit de2add7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/survey/vanilla/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@
It will be loaded last, so you can override any other property.
Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.table-bordered > thead > tr > th {
border: 1px solid #dadada;
}
.table-bordered > thead > tr > td {
border: 1px solid #dadada;
}

0 comments on commit de2add7

Please sign in to comment.