From 6551609d1b248011d301080c1be7c48085dc5d55 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 26 Apr 2014 20:04:39 -0400 Subject: Add a filter by user and due date + minor changes --- assets/css/app.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets/css') 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%; -- cgit v1.2.3