Skip to content

Commit 46e1afc

Browse files
author
Denis Oster
committed
Fix text color on status tag
1 parent 1059f9d commit 46e1afc

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)