mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix(DataTable): text style of table header.
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
overflow: hidden;
|
||||
|
||||
.th {
|
||||
padding: 0.7rem 0.5rem;
|
||||
padding: 0.68rem 0.5rem;
|
||||
background: #f5f5f5;
|
||||
font-size: 14px;
|
||||
color: #3b495d;
|
||||
font-weight: 600;
|
||||
color: #4E5B6F;
|
||||
font-weight: 400;
|
||||
border-bottom: 1px solid #d2dde2;
|
||||
|
||||
>div {
|
||||
@@ -389,7 +389,7 @@
|
||||
|
||||
.thead .th {
|
||||
background: #fff;
|
||||
color: #222222;
|
||||
color: #000;
|
||||
border-bottom: 1px solid #000000;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user