From dae8026335daecb4c1b46c50d0e282a8fe1609d8 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Fri, 22 Nov 2019 17:20:07 -0500 Subject: [PATCH] Update table styles --- .../wporg-5ftf/css/objects/_pledge-form.scss | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/themes/wporg-5ftf/css/objects/_pledge-form.scss b/themes/wporg-5ftf/css/objects/_pledge-form.scss index 3eb6777..9c08187 100644 --- a/themes/wporg-5ftf/css/objects/_pledge-form.scss +++ b/themes/wporg-5ftf/css/objects/_pledge-form.scss @@ -76,7 +76,32 @@ td * { vertical-align: middle; } - + + thead { + background-color: #fff; + color: inherit; + + th { + border-bottom-color: $color-gray-light-700; + } + } + + tr > * { + border-top-color: $color-gray-light-700; + + &:first-child { + border-left-color: $color-gray-light-700; + } + + &:last-child { + border-right-color: $color-gray-light-700; + } + } + + tr:last-child > * { + border-bottom-color: $color-gray-light-700; + } + .avatar { margin-right: 8px; }