aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html/pages/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/html/pages/style.css')
-rw-r--r--pkg/html/pages/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css
index 9dd1bca7f..156bf61ba 100644
--- a/pkg/html/pages/style.css
+++ b/pkg/html/pages/style.css
@@ -409,3 +409,15 @@ aside {
.collapsible-show .show-icon {
display: none;
}
+
+.emergency-stop {
+ background-color: yellow;
+ padding: 5pt;
+ margin-bottom: 5pt;
+}
+
+.emergency-stopped {
+ background-color: coral;
+ padding: 5pt;
+ margin-bottom: 5pt;
+}