mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-08 04:04:53 +02:00
fixed incompatible red background color
This commit is contained in:
parent
06798429ee
commit
c49733aba0
@ -21,6 +21,13 @@
|
||||
height: 2.625em;
|
||||
padding: 0.75em;
|
||||
}
|
||||
|
||||
table tr.incompatible {
|
||||
background: rgba(255, 68, 68, 0.21);
|
||||
}
|
||||
table tr:nth-child(even).incompatible {
|
||||
background: rgba(255, 0, 0, 0.31);
|
||||
}
|
||||
}
|
||||
|
||||
.swal2-actions.swal2-loading {
|
||||
|
Loading…
Reference in New Issue
Block a user