Commit 92f9e93316aaf6c65e7742a878e6e2eaf945d4dc

Authored by Rodrigo Souto
Committed by Daniela Feitosa
1 parent 5bfc32d6

Fixing tasks counter color

(ActionItem1834)
public/designs/themes/base/style.css
... ... @@ -1306,9 +1306,3 @@ table.profile th {
1306 1306 #chat-window .history .other-name {
1307 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 5945 .forum-posts .pagination {
5946 5946 margin-top: 20px;
5947 5947 }
  5948 +
  5949 +/* Task */
  5950 +
  5951 +#user a#pending-tasks-count {
  5952 + color: #FFFFFF;
  5953 +}
... ...