import optimization, minor css improvement

This commit is contained in:
2025-08-02 20:34:14 +02:00
parent 947187224f
commit d7687373a6
11 changed files with 31 additions and 36 deletions

View File

@@ -156,7 +156,7 @@ textarea{
padding: 2px;
}
.kanban .box{
background: orange;
background: #759eff;
position: relative;
}
.kanban .box .title{
@@ -208,7 +208,19 @@ textarea{
top: 60px;
right: 20px;
}
.kanban .state_10 .box,
.kanban .state_100 .box{
background: #573800;
}
.kanban .state_20 .box{
background: orange;
}
.kanban .state_40 .box{
background: khaki;
}
.kanban .state_60 .box{
background: #d3ff00;
}
.project th,
.task th{
text-align: right;