|
@@ -145,6 +145,11 @@ body {
|
|
|
border-radius: 100vmax;
|
|
|
}
|
|
|
|
|
|
+input.pill-shape {
|
|
|
+ text-align: center;
|
|
|
+ padding: 0.25rem 1ch;
|
|
|
+}
|
|
|
+
|
|
|
.highlight-border {
|
|
|
border: 1px solid var(--highlight);
|
|
|
}
|
|
@@ -203,7 +208,6 @@ button.color-select:hover {
|
|
|
}
|
|
|
|
|
|
.color-inputs input[type="text"] {
|
|
|
- text-align: center;
|
|
|
min-width: 0px;
|
|
|
}
|
|
|
|
|
@@ -229,11 +233,6 @@ button.color-select:hover {
|
|
|
margin-inline-start: 1ch;
|
|
|
}
|
|
|
|
|
|
-#nameSearch input {
|
|
|
- text-align: center;
|
|
|
- padding-block: 0.5ch;
|
|
|
-}
|
|
|
-
|
|
|
.toggle-label {
|
|
|
padding: 0 0.625ch 0.125rem;
|
|
|
opacity: 50%;
|
|
@@ -389,6 +388,7 @@ button.color-select:hover {
|
|
|
}
|
|
|
|
|
|
.fn-control .toggle-label:first-child {
|
|
|
+ /* TODO fix this */
|
|
|
/* only affects the fake label on the cluster function */
|
|
|
color: inherit;
|
|
|
background-color: inherit;
|