Skip to content

Commit

Permalink
[#2939] Undefined activities now neutral colour
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Nov 20, 2012
1 parent c18deb5 commit 257a9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/public/base/less/activity.less
Expand Up @@ -72,6 +72,7 @@

// colors
.activity .item {
& i { background-color: @activityColorNeutral; } // Non defined
&.added-tag i { background-color: spin(@activityColorNew, 60); }
&.changed-group i { background-color: @activityColorModify; }
&.changed-package i { background-color: spin(@activityColorModify, 20); }
Expand Down

0 comments on commit 257a9cb

Please sign in to comment.