mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-13 03:16:13 +01:00
d4ec80de29
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com> Co-authored-by: Oliver Klee <typo3-coding@oliverklee.de>
15 lines
189 B
CSS
15 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;
|
|
}
|