Commit b9d0958f0bf21507599558bc78b661e2d0f43971

Authored by Rodrigo Souto
Committed by Daniela Feitosa
1 parent b6215352

Fixing the color of the pending tasks counter icon

OBS: applied over 4222d1a7eb43d8b3428d231c87a2368ad9e56f67

(ActionItem1527)
public/designs/themes/base/style.css
... ... @@ -1306,3 +1306,9 @@ 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
... ... @@ -319,7 +319,6 @@ div.pending-tasks {
319 319 margin-left: 2px;
320 320 text-decoration: none;
321 321 background-color: #F57900;
322   - color: #FFFFFF;
323 322 -moz-border-radius: 2px;
324 323 -webkit-border-radius: 2px;
325 324 -khtml-border-radius: 2px;
... ...