Skip to content

Commit

Permalink
Merge pull request #30 from denisoster/master
Browse files Browse the repository at this point in the history
Fix text color on status tag
  • Loading branch information
Fivell authored Aug 16, 2019
2 parents 1059f9d + 46e1afc commit 3b050b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/wigu/active_admin_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -772,3 +772,7 @@ input[type='radio'] {
background: $skinMainSecondColor;
}
}

.attributes_table table td .status_tag.empty {
color: #ffffff;
}

0 comments on commit 3b050b2

Please sign in to comment.