mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:36:14 +02:00
tea/Resources/Public/Css/Main.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;
}