add a bit scary warning

add a big scary warning to the settings page about software e-stops
This commit is contained in:
ntoff
2018-03-10 03:21:18 +10:00
parent 9d9ff8824f
commit a236450cb5
2 changed files with 9 additions and 0 deletions

View File

@ -76,4 +76,11 @@
}
#sidebar_plugin_estop {
display: block !important;
}
.estop-warning-icon {
color: #eb0000;
font-size: 2em !important;
}
.estop-warning {
font-style: italic;
}