Commit 92f9e93316aaf6c65e7742a878e6e2eaf945d4dc
Committed by
Daniela Feitosa
1 parent
5bfc32d6
Exists in
master
and in
29 other branches
Fixing tasks counter color
(ActionItem1834)
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
public/designs/themes/base/style.css
| @@ -1306,9 +1306,3 @@ table.profile th { | @@ -1306,9 +1306,3 @@ table.profile th { | ||
| 1306 | #chat-window .history .other-name { | 1306 | #chat-window .history .other-name { |
| 1307 | color: #7F1F1F; | 1307 | color: #7F1F1F; |
| 1308 | } | 1308 | } |
| 1309 | - | ||
| 1310 | -/* task */ | ||
| 1311 | - | ||
| 1312 | -#user a#pending-tasks-count { | ||
| 1313 | - color: #FFFFFF; | ||
| 1314 | -} |
public/stylesheets/application.css
| @@ -5945,3 +5945,9 @@ h1#agenda-title { | @@ -5945,3 +5945,9 @@ h1#agenda-title { | ||
| 5945 | .forum-posts .pagination { | 5945 | .forum-posts .pagination { |
| 5946 | margin-top: 20px; | 5946 | margin-top: 20px; |
| 5947 | } | 5947 | } |
| 5948 | + | ||
| 5949 | +/* Task */ | ||
| 5950 | + | ||
| 5951 | +#user a#pending-tasks-count { | ||
| 5952 | + color: #FFFFFF; | ||
| 5953 | +} |