Add color order

This commit is contained in:
2025-06-04 21:02:55 +12:00
parent 42e92dafc8
commit b7920e224f
4 changed files with 31 additions and 0 deletions

View File

@@ -98,3 +98,12 @@ input[type="range"]::-moz-range-thumb {
#connection-status.closed {
background-color: red;
}
#color_order_form label,
#color_order_form input[type="radio"] {
/* Ensures they behave as inline elements */
display: inline-block;
/* Adds some space between them for readability */
margin-right: 10px;
vertical-align: middle; /* Aligns them nicely if heights vary */
}