mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Implement orange stack light.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user