mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:16:12 +01:00
15 lines
199 B
CSS
15 lines
199 B
CSS
.tx-tea table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
.tx-tea table,
|
|
.tx-tea th,
|
|
.tx-tea td {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.tx-tea thead th {
|
|
height: 50px;
|
|
cursor: pointer;
|
|
}
|