Added css rule for links in the th tables with databox class- #2890
This commit is contained in:
parent
2d5d092e15
commit
8f2472dcf8
|
@ -1376,7 +1376,7 @@ table.databox {
|
||||||
border: 0px none #E2E2E2;
|
border: 0px none #E2E2E2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.databox>thead>tr>th, .databox>tbody>tr>th {
|
.databox>thead>tr>th, .databox>tbody>tr>th, .databox>thead>tr>th a {
|
||||||
padding: 9px 7px;
|
padding: 9px 7px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in New Issue