Skip to content

Commit

Permalink
Bright pictures by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jlabusch committed Sep 3, 2013
1 parent c4884ca commit 0fed21a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wrms-kanban.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
#kanban-overlay li span.alloc {
display: block;
margin-bottom: 3px;
opacity: 0.5;
margin-left: 2px;
width: 30px;
height: 40px;
Expand Down Expand Up @@ -152,7 +151,7 @@
}

#kanban-overlay li.dimmed {
opacity: 0.5;
opacity: 0.3;
}

#kanban-overlay li.modified {
Expand All @@ -164,7 +163,6 @@
#kanban-overlay li.modified span.alloc {
background-color: #ccc;
border: 1px solid #eee;
opacity: 0.5;
}

#kanban-overlay li.modified div.update > textarea.note.default {
Expand Down

0 comments on commit 0fed21a

Please sign in to comment.