diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-28 17:07:03 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-28 17:07:03 -0500 |
commit | cbac410efa968f501e65e6e25fc293bcc511301c (patch) | |
tree | d0127e657a7824feeef360356361545752f56908 /assets/css/task.css | |
parent | 7b97c50569514deb96aca26e9162949cc6fbd89b (diff) |
Underline the current assignee instead of a star icon
Diffstat (limited to 'assets/css/task.css')
-rw-r--r-- | assets/css/task.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; |