buttons in table footer

This commit is contained in:
2025-07-11 20:26:02 +03:00
parent d72cf0a0b3
commit d986fdf232
46 changed files with 1828 additions and 1720 deletions
+4 -4
View File
@@ -13,17 +13,17 @@ table {
border-spacing: 0;
margin: 10px auto;
width: 80%;
border: 1px solid #ddd;
border: 1px solid #E1C6A8;
border-radius: 10px;
overflow: hidden;
line-height: 1.2;
font-size: 12px; /* по-малък текст навсякъде */
{#font-size: 12px; /* по-малък текст навсякъде */ #}
}
thead {
background-color: #f2f2f2;
background-color: #E1C6A8;
}
tfoot {
background-color: #f9f9f9;
background-color: #E1C6A8;
}
th, td {
padding: 4px 6px;