Update 00_header.html

This commit is contained in:
Yacine31
2025-04-16 20:05:25 +02:00
parent 98534e827a
commit a99dbf20a0

View File

@@ -20,14 +20,20 @@
} }
th, td { th, td {
padding: 12px 15px; padding: 8px 10px;
border: 1px solid #ddd; border: 1px solid #ddd;
text-align: left; text-align: left;
font-size: 14px;
} }
th { th {
background-color: #4CAF50; background-color: #4CAF50;
color: white; color: white;
cursor: pointer;
}
th:hover {
background-color: #45a049;
} }
tr:hover { tr:hover {
@@ -42,11 +48,9 @@
th.asc::after { th.asc::after {
content: " 🔼"; content: " 🔼";
} }
th.desc::after { th.desc::after {
content: " 🔽"; content: " 🔽";
} }
</style> </style>
</head> </head>
<body> <body>