implemented opening and closing of projects right from the project list
This commit is contained in:
@@ -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;
|
||||
}
|
||||
BIN
web/src/main/resources/web/fontawesome-webfont.woff
Normal file
BIN
web/src/main/resources/web/fontawesome-webfont.woff
Normal file
Binary file not shown.
Reference in New Issue
Block a user