Skip to content

Commit

Permalink
Fix admin icons
Browse files Browse the repository at this point in the history
  • Loading branch information
gannetson committed Aug 23, 2022
1 parent f08cc89 commit ca76da4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ form .aligned strong+p.help {

.array-item input {
padding: 6px;
}
}
6 changes: 3 additions & 3 deletions bluebottle/bluebottle_dashboard/static/jet/css/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -270,16 +270,16 @@ img[src$="admin/img/icon-unknown.gif"], img[src$="admin/img/icon-unknown.svg"] {

+ span {
font-weight: bold;
color: $success-text-color;
color: $success-color;
}
}

img[src$="admin/img/icon-yes.gif"] + span, img[src$="admin/img/icon-yes.svg"] + span {
color: $success-text-color;
color: $success-color;
}

img[src$="admin/img/icon-no.gif"] + span, img[src$="admin/img/icon-no.svg"] + span {
color: $warning-text-color;
color: $warning-color;
}

/* LOADING INDOCATOR */
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit ca76da4

Please sign in to comment.