Skip to content

Commit c49733a

Browse files
committed
fixed incompatible red background color
1 parent 0679842 commit c49733a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ui/scss/customizations/sweetalert.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
height: 2.625em;
2222
padding: 0.75em;
2323
}
24+
25+
table tr.incompatible {
26+
background: rgba(255, 68, 68, 0.21);
27+
}
28+
table tr:nth-child(even).incompatible {
29+
background: rgba(255, 0, 0, 0.31);
30+
}
2431
}
2532

2633
.swal2-actions.swal2-loading {

0 commit comments

Comments
 (0)