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