Browse Source

css work

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
kanban
Stephan Richter 3 months ago
parent
commit
1e66ad4216
  1. 12
      web/src/main/resources/web/css/default.css

12
web/src/main/resources/web/css/default.css

@ -125,3 +125,15 @@ td, tr{ @@ -125,3 +125,15 @@ td, tr{
.symbol{
padding: 1px;
}
li.task > button{
display: none;
}
li.task:hover{
padding: 15px 0;
}
li.task:hover > button{
display: initial;
}
Loading…
Cancel
Save