Add features

This commit is contained in:
WhyKorp
2024-03-11 20:07:36 +01:00
committed by GitHub
parent 406e4f1c1b
commit a8e49cf47f
2 changed files with 83 additions and 45 deletions
+15 -1
View File
@@ -139,4 +139,18 @@ li.nav2:hover {
.checkbox-wrapper input[type="checkbox"]:checked + .terms-label .checkbox-tick {
stroke-dashoffset: 0;
}
/* Styles CSS pour le menu contextuel */
.task-menu {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 150px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 12px;
z-index: 1;
}
.task-menu-item {
padding: 8px 12px;
cursor: pointer;
}