1
0

Adjust input and select element styles in settings.html

This commit is contained in:
2025-05-25 01:10:40 +02:00
parent d6de3494f5
commit a248d7151e

View File

@@ -73,14 +73,15 @@
}
.row > input,
.row > select {
flex: 1;
margin-left: 0.8rem;
/* wenn Du es schmaler willst: */
min-width: 80px;
max-width: 180px;
padding: 0.4em 0.6em;
border: 1.2px solid #cbd5e1;
border-radius: 6px;
font-size: 0.9rem;
color: #334155;
background: #f8fafc;
color: #334155;
font-size: 0.9rem;
transition: border-color 0.2s, box-shadow 0.2s;
}
.row > input:focus,