improved kanban coloring
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -74,15 +74,20 @@ textarea{
|
|||||||
|
|
||||||
.kanban .state_10 .box,
|
.kanban .state_10 .box,
|
||||||
.kanban .state_100 .box{
|
.kanban .state_100 .box{
|
||||||
background-color: #573800;
|
background: linear-gradient(rgba(0,0,0,0.8));
|
||||||
}
|
}
|
||||||
|
|
||||||
.kanban .state_20 .box{
|
.kanban .state_40 .box{
|
||||||
|
background: linear-gradient(rgba(180,255,100,0.8));
|
||||||
|
}
|
||||||
|
|
||||||
|
.kanban .state_10 .box,
|
||||||
|
.kanban .state_20 .box,
|
||||||
|
.kanban .state_40 .box,
|
||||||
|
.kanban .state_100 .box{
|
||||||
background-color: orange;
|
background-color: orange;
|
||||||
}
|
}
|
||||||
.kanban .state_40 .box{
|
|
||||||
background-color: khaki;
|
|
||||||
}
|
|
||||||
.kanban .state_60 .box{
|
.kanban .state_60 .box{
|
||||||
background-color: #d3ff00;
|
background-color: #d3ff00;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -78,15 +78,20 @@ textarea{
|
|||||||
|
|
||||||
.kanban .state_10 .box,
|
.kanban .state_10 .box,
|
||||||
.kanban .state_100 .box{
|
.kanban .state_100 .box{
|
||||||
background-color: #573800;
|
background: linear-gradient(rgba(0,0,0,0.8));
|
||||||
}
|
}
|
||||||
|
|
||||||
.kanban .state_20 .box{
|
.kanban .state_40 .box{
|
||||||
|
background: linear-gradient(rgba(180,255,100,0.8));
|
||||||
|
}
|
||||||
|
|
||||||
|
.kanban .state_10 .box,
|
||||||
|
.kanban .state_20 .box,
|
||||||
|
.kanban .state_40 .box,
|
||||||
|
.kanban .state_100 .box{
|
||||||
background-color: orange;
|
background-color: orange;
|
||||||
}
|
}
|
||||||
.kanban .state_40 .box{
|
|
||||||
background-color: khaki;
|
|
||||||
}
|
|
||||||
.kanban .state_60 .box{
|
.kanban .state_60 .box{
|
||||||
background-color: #d3ff00;
|
background-color: #d3ff00;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -70,15 +70,20 @@ textarea{
|
|||||||
|
|
||||||
.kanban .state_10 .box,
|
.kanban .state_10 .box,
|
||||||
.kanban .state_100 .box{
|
.kanban .state_100 .box{
|
||||||
background-color: #adc8d9;;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kanban .state_20 .box{
|
.kanban .state_40 .box{
|
||||||
|
background: linear-gradient(rgba(180,255,100,0.7));
|
||||||
|
}
|
||||||
|
|
||||||
|
.kanban .state_10 .box,
|
||||||
|
.kanban .state_20 .box,
|
||||||
|
.kanban .state_40 .box,
|
||||||
|
.kanban .state_100 .box{
|
||||||
background-color: #e0ffdf;
|
background-color: #e0ffdf;
|
||||||
}
|
}
|
||||||
.kanban .state_40 .box{
|
|
||||||
background-color: #b2ffa8;
|
|
||||||
}
|
|
||||||
.kanban .state_60 .box{
|
.kanban .state_60 .box{
|
||||||
background-color: #d3ff00;
|
background-color: #d3ff00;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user