Implement orange stack light.

This commit is contained in:
Patrick Fairbank
2019-08-08 21:32:57 -07:00
parent 865f071cda
commit a603840b0d
7 changed files with 56 additions and 33 deletions

View File

@@ -92,6 +92,12 @@
width: 80px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
-webkit-appearance: none;
margin: 0;
}
td[data-plc-value="false"] {
color: #f00;
}
td[data-plc-value="true"] {
color: #090;
}