diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-26 20:04:39 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-26 20:04:39 -0400 |
commit | 6551609d1b248011d301080c1be7c48085dc5d55 (patch) | |
tree | 0b09326b95232338f9f61dfe6268ced206e5b78b /assets/css | |
parent | 3332949c8baae581ea70ce5c61bb2a6225100422 (diff) |
Add a filter by user and due date + minor changes
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/app.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index f3a44c92..a406fa4d 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -468,6 +468,11 @@ nav .active a { background-color: red; } +a.filter-on { + font-weight: bold; + color: #333; +} + .task-title { margin-top: 10px; font-size: 110%; |