Skip to content

Commit

Permalink
Restore old priority styling on task details view.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 2, 2014
1 parent b7a3a58 commit 986bbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nag/themes/default/screen.css
Expand Up @@ -39,7 +39,7 @@
text-decoration: line-through;
}

.pri-1, .pri-2, .pri-3, .pri-4, .pri-5 {
#tasks .pri-1, #tasks .pri-2, #tasks .pri-3, #tasks .pri-4, #tasks .pri-5 {
background-color: #fff;
padding: 2px 5px;
border: 1px solid #000;
Expand Down

0 comments on commit 986bbd1

Please sign in to comment.