update CSS

This commit is contained in:
Yacine31
2025-04-16 20:50:39 +02:00
parent a2d95dd682
commit a4f31f44a8
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
li {font-size:10pt; color:black; padding-left:4px; padding-right:4px; padding-bottom:2px;}
th {font-weight:bold; color:white; background:#0066CC; padding-left:4px; padding-right:4px; padding-bottom:2px;}
tr {color:black; background:white;}
tr:hover {color:white; background:#0066CC;}
tr:hover {color:white; background:#0066AA;}
tr.main {color:black; background:white;}
tr.main:hover {color:black; background:white;}
td {vertical-align:top; border:1px solid #336699;padding-left: 5px;padding-right: 5px;}

View File

@@ -27,13 +27,13 @@
}
th {
background-color: #4CAF50;
background-color: #0066CC;
color: white;
cursor: pointer;
}
th:hover {
background-color: #45a049;
background-color: #0066AA;
}
tr:hover {