mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 07:36:13 +02:00
tea/Resources/Public/Css/Main.css
Łukasz Uznański d4ec80de29
[FEATURE] Add frontend linting (#120)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
Co-authored-by: Oliver Klee <typo3-coding@oliverklee.de>
2020-10-31 15:04:44 +01:00

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;
}