6
0
Fork 0

Uitlijnen van koppen in tabel aan linkerzijde

This commit is contained in:
Michael Boelen 2023-05-15 13:18:22 +02:00
parent a1655b7525
commit d8fb8e565a

View file

@ -413,7 +413,7 @@ img {
}
.fl-table td, .fl-table th {
//text-align: center;
text-align: left;
padding: 8px;
}
@ -422,10 +422,6 @@ img {
font-size: 12px;
}
.fl-table tbody tr th {
text-align: left;
}
.fl-table thead th {
color: #ffffff;
background: #324960;
@ -480,8 +476,7 @@ img {
font-size: 13px;
text-overflow: ellipsis;
}
.fl-table thead th {
text-align: left;
.fl-table thead tr th {
border-bottom: 1px solid #f7f7f9;
}
.fl-table tbody tr {