import optimization, minor css improvement
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user