Commit b9d0958f0bf21507599558bc78b661e2d0f43971
Committed by
Daniela Feitosa
1 parent
b6215352
Exists in
master
and in
29 other branches
Fixing the color of the pending tasks counter icon
OBS: applied over 4222d1a7eb43d8b3428d231c87a2368ad9e56f67 (ActionItem1527)
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
public/designs/themes/base/style.css
@@ -1306,3 +1306,9 @@ table.profile th { | @@ -1306,3 +1306,9 @@ 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
@@ -319,7 +319,6 @@ div.pending-tasks { | @@ -319,7 +319,6 @@ div.pending-tasks { | ||
319 | margin-left: 2px; | 319 | margin-left: 2px; |
320 | text-decoration: none; | 320 | text-decoration: none; |
321 | background-color: #F57900; | 321 | background-color: #F57900; |
322 | - color: #FFFFFF; | ||
323 | -moz-border-radius: 2px; | 322 | -moz-border-radius: 2px; |
324 | -webkit-border-radius: 2px; | 323 | -webkit-border-radius: 2px; |
325 | -khtml-border-radius: 2px; | 324 | -khtml-border-radius: 2px; |