f
This commit is contained in:
parent
7526170a6f
commit
ee4f6e4ce1
10
dev.less
10
dev.less
@ -108,8 +108,18 @@ body::before {
|
|||||||
font-family: arial !important;
|
font-family: arial !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#hc_table th{
|
||||||
|
background: #f0f0f0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
#hc_table thead tr:first-child th{
|
#hc_table thead tr:first-child th{
|
||||||
background-color: #000 !important;
|
background-color: #000 !important;
|
||||||
color:#fff !important;
|
color:#fff !important;
|
||||||
border-color: #fff;
|
border-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#hc_table thead tr:nth-child(1) th{
|
||||||
|
background-color: #000 !important;
|
||||||
|
color:#fff !important;
|
||||||
|
border-color: #fff;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user