From cbac410efa968f501e65e6e25fc293bcc511301c Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 28 Dec 2014 17:07:03 -0500 Subject: Underline the current assignee instead of a star icon --- assets/css/task.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'assets/css/task.css') diff --git a/assets/css/task.css b/assets/css/task.css index a7a3ee52..9d885205 100644 --- a/assets/css/task.css +++ b/assets/css/task.css @@ -40,6 +40,15 @@ div.task-board-recent { font-size: 80%; } +.task-board-current-user a { + text-decoration: underline; +} + +.task-board-current-user a:focus, +.task-board-current-user a:hover { + text-decoration: none; +} + a.task-board-nobody { font-weight: normal; font-style: italic; -- cgit v1.2.3