mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-14 23:56:13 +01:00
16 lines
189 B
CSS
16 lines
189 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;
|
||
|
}
|