implemented opening and closing of projects right from the project list

This commit is contained in:
2025-07-20 14:09:41 +02:00
parent 85ab2dd853
commit 680afd7700
9 changed files with 82 additions and 20 deletions

View File

@@ -1,3 +1,8 @@
@font-face {
font-family: "awesome";
src: url("../fontawesome-webfont.woff");
}
a {
color: orange;
}
@@ -88,4 +93,10 @@ td, tr{
}
.task.complete > .name:before {
content: "✓ ";
}
.symbol {
font-family: awesome;
font-size: 20px;
font-weight: normal;
}

Binary file not shown.