Fixed a minor mistake in thead - #2768

This commit is contained in:
tatiana.llorente@artica.es 2018-09-20 12:18:31 +02:00
parent bc38468e6c
commit e49c0e3ae7
1 changed files with 2 additions and 2 deletions

View File

@ -1409,13 +1409,13 @@ table.databox {
border-bottom-right-radius: 4px;
}
.databox.data>thead>tr>th:first-child {
.databox.data>thead>tr:first-child>th:first-child {
border-left: 1px solid #e2e2e2;
border-top-left-radius: 4px;
border-color: #373737;
}
.databox.data>thead>tr>th:last-child {
.databox.data>thead>tr:first-child>th:last-child {
border-right: 1px solid #e2e2e2;
border-top-right-radius: 4px;
border-color: #373737;