-
- Key:
ReadyAction RequiredNeeds MICCancelledNon-Rig
+
+ Key: ReadyAction RequiredNeeds MICCancelledNon-Rig
{% if perms.RIGS.add_event %}
diff --git a/pipeline/source_assets/scss/dark_screen.scss b/pipeline/source_assets/scss/dark_screen.scss
index 8f8556a3..8dfc046c 100644
--- a/pipeline/source_assets/scss/dark_screen.scss
+++ b/pipeline/source_assets/scss/dark_screen.scss
@@ -93,6 +93,13 @@
background-color: #222 !important;
}
}
+ #event_table {
+ > .bg-#{$color} {
+ border: 0.3em solid theme-color-level($color, -6) !important;
+ background-color: #222 !important;
+ color: white !important;
+ }
+ }
}
del {
color: black;
@@ -119,4 +126,7 @@
background: #222;
color: $gray-100;
}
+ .text-muted {
+ color: #c9c9c9 !important;
+ }
}