Add features
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user