stupid changes

This commit is contained in:
Víctor Losada Hernández
2026-09-25 18:11:23 +02:00
parent 3c23b82edb
commit a106d2f7f2
+6 -1
View File
@@ -91,11 +91,13 @@
line-height : 1.4em; line-height : 1.4em;
} }
}
input[type='checkbox'], input[type='number'] { input[type='checkbox'], input[type='number'] {
float : right; float : right;
text-align : end; text-align : end;
} }
input[type='text'], textarea { input[type='text'], textarea, select {
color : var(--input-text-clr); color : var(--input-text-clr);
background-color : var(--input-bg); background-color : var(--input-bg);
border : 1px solid var(--input-placeholder-clr); border : 1px solid var(--input-placeholder-clr);
@@ -103,6 +105,8 @@
&::placeholder { color : var(--input-placeholder-clr); } &::placeholder { color : var(--input-placeholder-clr); }
} }
input[type='range'] {
color: var(--input-text-clr);
} }
&.description { &.description {
@@ -161,6 +165,7 @@
color : dimgray; color : dimgray;
background-color : darkgray; background-color : darkgray;
} }
.item.dropdown-input { border:none;}
.item { .item {
position : relative; position : relative;
overflow : visible; overflow : visible;