diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 4907e061d733b842d8f3be5cfea6fc5d63da902b..1c3994498aaf8e6816c1b37a959bf7990c6f7755 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -170,5 +170,31 @@ body[data-theme='red'] { } } } + + .ant-table { + .ant-table-header { + thead { + tr { + th { + background: $linx-red-theme-rgb; + font-weight: bold; + border-right: 1px solid #dcdfe6; + &:hover { + background: $linx-red-theme-rgb; + } + } + } + } + } + .ant-table-body { + tbody { + tr { + th { + border-right: 1px solid #dcdfe6; + } + } + } + } + } }