fine-tuning kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -141,4 +141,27 @@ textarea{
|
||||
color: white;
|
||||
background: #333;
|
||||
font-weight: black;
|
||||
}
|
||||
}
|
||||
|
||||
.kanban .box,
|
||||
.kanban .head,
|
||||
.kanban .user{
|
||||
border-radius: 5px;
|
||||
margin: 2px;
|
||||
min-height: 50px;
|
||||
color: black;
|
||||
padding: 2px;
|
||||
}
|
||||
.kanban .box{
|
||||
background: orange;
|
||||
}
|
||||
.kanban .head,
|
||||
.kanban .user{
|
||||
background: black;
|
||||
border: 1px solid orange;
|
||||
color: orange;
|
||||
text-align: center;
|
||||
}
|
||||
.kanban .highlight{
|
||||
background: #4b3000;
|
||||
}
|
||||
Reference in New Issue
Block a user