|
@@ -448,6 +448,12 @@ button[name="clear"] {
|
|
|
border-radius: 8px;
|
|
|
}
|
|
|
|
|
|
+#color-inputs {
|
|
|
+ /* fragile - would be nice to replace it at some point */
|
|
|
+ border-radius: 36px 8px 8px 36px;
|
|
|
+ padding-inline-start: 0.5ch;
|
|
|
+}
|
|
|
+
|
|
|
#color-inputs > button + div > :first-child {
|
|
|
justify-content: flex-end;
|
|
|
}
|