|
|
|
|
@ -45,6 +45,10 @@ textarea{
@@ -45,6 +45,10 @@ textarea{
|
|
|
|
|
background-color: #333; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.em { |
|
|
|
|
background: rgba(255, 215, 0, 0.09); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.error { |
|
|
|
|
background-color: red; |
|
|
|
|
color: black; |
|
|
|
|
@ -150,7 +154,7 @@ textarea{
@@ -150,7 +154,7 @@ textarea{
|
|
|
|
|
} |
|
|
|
|
.kanban .state_20 .box.p10, |
|
|
|
|
.kanban .state_40 .box.p10{ |
|
|
|
|
background-color: #fff066; |
|
|
|
|
border: 5px solid #fff066; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.task.p20 .name{ |
|
|
|
|
@ -158,7 +162,7 @@ textarea{
@@ -158,7 +162,7 @@ textarea{
|
|
|
|
|
} |
|
|
|
|
.kanban .state_20 .box.p20, |
|
|
|
|
.kanban .state_40 .box.p20{ |
|
|
|
|
background-color: #ffe706; |
|
|
|
|
border: 5px solid #ffe706; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.task.p30 .name{ |
|
|
|
|
@ -166,7 +170,7 @@ textarea{
@@ -166,7 +170,7 @@ textarea{
|
|
|
|
|
} |
|
|
|
|
.kanban .state_20 .box.p30, |
|
|
|
|
.kanban .state_40 .box.p30{ |
|
|
|
|
background-color: #ffa906; |
|
|
|
|
border: 5px solid #ffa906; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.task.p40 .name{ |
|
|
|
|
@ -174,7 +178,7 @@ textarea{
@@ -174,7 +178,7 @@ textarea{
|
|
|
|
|
} |
|
|
|
|
.kanban .state_20 .box.p40, |
|
|
|
|
.kanban .state_40 .box.p40{ |
|
|
|
|
background-color: #ff8606; |
|
|
|
|
border: 5px solid #ff8606; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.task.p50 .name{ |
|
|
|
|
@ -182,7 +186,7 @@ textarea{
@@ -182,7 +186,7 @@ textarea{
|
|
|
|
|
} |
|
|
|
|
.kanban .state_20 .box.p50, |
|
|
|
|
.kanban .state_40 .box.p50{ |
|
|
|
|
background-color: #ff4c06; |
|
|
|
|
border: 5px solid #ff4c06; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.task.p60 .name{ |
|
|
|
|
@ -190,7 +194,7 @@ textarea{
@@ -190,7 +194,7 @@ textarea{
|
|
|
|
|
} |
|
|
|
|
.kanban .state_20 .box.p60, |
|
|
|
|
.kanban .state_40 .box.p60{ |
|
|
|
|
background-color: #ff3506; |
|
|
|
|
border: 5px solid #ff3506; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.task.p70 .name{ |
|
|
|
|
@ -198,7 +202,7 @@ textarea{
@@ -198,7 +202,7 @@ textarea{
|
|
|
|
|
} |
|
|
|
|
.kanban .state_20 .box.p70, |
|
|
|
|
.kanban .state_40 .box.p70{ |
|
|
|
|
background-color: #ff0000; |
|
|
|
|
border: 5px solid #ff0000; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.task.p80 .name{ |
|
|
|
|
@ -206,19 +210,23 @@ textarea{
@@ -206,19 +210,23 @@ textarea{
|
|
|
|
|
} |
|
|
|
|
.kanban .state_20 .box.p80, |
|
|
|
|
.kanban .state_40 .box.p80{ |
|
|
|
|
background-color: #df153b; |
|
|
|
|
border: 5px solid #df153b; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.task.p90 .name, |
|
|
|
|
.kanban .state_20 .box.p90, |
|
|
|
|
.kanban .state_40 .box.p90{ |
|
|
|
|
.task.p90 .name{ |
|
|
|
|
background-color: #991c34; |
|
|
|
|
color: #ffff00; |
|
|
|
|
} |
|
|
|
|
.kanban .state_20 .box.p90, |
|
|
|
|
.kanban .state_40 .box.p90{ |
|
|
|
|
border: 5px solid #991c34; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.task.p100 .name, |
|
|
|
|
.kanban .state_20 .box.p100, |
|
|
|
|
.kanban .state_40 .box.p100{ |
|
|
|
|
.task.p100 .name{ |
|
|
|
|
background-color: #733440; |
|
|
|
|
color: #ffff00; |
|
|
|
|
} |
|
|
|
|
.kanban .state_20 .box.p100, |
|
|
|
|
.kanban .state_40 .box.p100{ |
|
|
|
|
border: 5px solid #733440; |
|
|
|
|
} |