Skip to content

Commit 3b050b2

Browse files
authored
Merge pull request #30 from denisoster/master
Fix text color on status tag
2 parents 1059f9d + 46e1afc commit 3b050b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/wigu/active_admin_theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,3 +772,7 @@ input[type='radio'] {
772772
background: $skinMainSecondColor;
773773
}
774774
}
775+
776+
.attributes_table table td .status_tag.empty {
777+
color: #ffffff;
778+
}

0 commit comments

Comments
 (0)