mirror of
https://github.com/flextype/flextype.git
synced 2025-08-20 11:51:28 +02:00
feat(admin-plugin): update tables component #211
This commit is contained in:
@@ -32,6 +32,16 @@
|
||||
@apply align-middle text-black border-gray-000 border-t border-b px-3 py-2;
|
||||
}
|
||||
|
||||
.table > tbody > tr > td:nth-child(2),
|
||||
.table > thead > tr > td:nth-child(2),
|
||||
.table > tfoot > tr > td:nth-child(2),
|
||||
.table > tbody > tr > th:nth-child(2),
|
||||
.table > thead > tr > th:nth-child(2),
|
||||
.table > tfoot > tr > th:nth-child(2)
|
||||
{
|
||||
@apply pl-0;
|
||||
}
|
||||
|
||||
.table tbody tr:hover td,
|
||||
.table tbody tr:hover th
|
||||
{
|
||||
|
Reference in New Issue
Block a user