mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Adds three new security record colours (#14966)
This commit is contained in:
@@ -15,6 +15,9 @@ const statusStyles = {
|
||||
"Incarcerated": "incarcerated",
|
||||
"Parolled": "parolled",
|
||||
"Released": "released",
|
||||
"Demote": "demote",
|
||||
"Search": "search",
|
||||
"Monitor": "monitor",
|
||||
};
|
||||
|
||||
const doEdit = (context, field) => {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -19,18 +19,34 @@
|
||||
}
|
||||
}
|
||||
|
||||
.SecurityRecords__listRow--arrest {
|
||||
background-color: colors.bg(#890e26);
|
||||
}
|
||||
|
||||
.SecurityRecords__listRow--execute {
|
||||
background-color: colors.bg(#7a49a5);
|
||||
}
|
||||
|
||||
.SecurityRecords__listRow--arrest {
|
||||
background-color: colors.bg(#890E26);
|
||||
.SecurityRecords__listRow--incarcerated {
|
||||
background-color: colors.bg(#743b03);
|
||||
}
|
||||
|
||||
.SecurityRecords__listRow--incarcerated, .SecurityRecords__listRow--parolled {
|
||||
background-color: colors.bg(#743B03);
|
||||
.SecurityRecords__listRow--parolled {
|
||||
background-color: colors.bg(#008091);
|
||||
}
|
||||
|
||||
.SecurityRecords__listRow--released {
|
||||
background-color: colors.bg(#216489);
|
||||
}
|
||||
|
||||
.SecurityRecords__listRow--demote {
|
||||
background-color: colors.bg(#196400);
|
||||
}
|
||||
|
||||
.SecurityRecords__listRow--search {
|
||||
background-color: colors.bg(#b38f00);
|
||||
}
|
||||
|
||||
.SecurityRecords__listRow--monitor {
|
||||
background-color: colors.bg(#251496);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user