Commit cca53e1633bf86e7cfd42616ca6f08309a53bc61
1 parent
669145d6
Exists in
master
and in
2 other branches
Add bold to e-mail on new member task
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/edition-pages.css
... | ... | @@ -689,6 +689,6 @@ table.cms-articles td:first-child, table.cms-articles th:first-child { |
689 | 689 | color: #2C66CE; |
690 | 690 | } |
691 | 691 | |
692 | -.action-tasks-index #content .main-content .task_boxes #task_email a { | |
693 | - color: #2C66CE; | |
692 | +.action-tasks-index #content .main-content .task_boxes #task_email { | |
693 | + font-weight: bold; | |
694 | 694 | } | ... | ... |