|
|
|
@ -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{ |
|
|
|
|
|
|
|
background-color: orange; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.kanban .state_40 .box{ |
|
|
|
.kanban .state_40 .box{ |
|
|
|
background-color: khaki; |
|
|
|
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; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.kanban .state_60 .box{ |
|
|
|
.kanban .state_60 .box{ |
|
|
|
background-color: #d3ff00; |
|
|
|
background-color: #d3ff00; |
|
|
|
} |
|
|
|
} |
|
|
|
|