Adjust input and select element styles in settings.html
This commit is contained in:
@@ -73,14 +73,15 @@
|
|||||||
}
|
}
|
||||||
.row > input,
|
.row > input,
|
||||||
.row > select {
|
.row > select {
|
||||||
flex: 1;
|
/* wenn Du es schmaler willst: */
|
||||||
margin-left: 0.8rem;
|
min-width: 80px;
|
||||||
|
max-width: 180px;
|
||||||
padding: 0.4em 0.6em;
|
padding: 0.4em 0.6em;
|
||||||
border: 1.2px solid #cbd5e1;
|
border: 1.2px solid #cbd5e1;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
font-size: 0.9rem;
|
|
||||||
color: #334155;
|
|
||||||
background: #f8fafc;
|
background: #f8fafc;
|
||||||
|
color: #334155;
|
||||||
|
font-size: 0.9rem;
|
||||||
transition: border-color 0.2s, box-shadow 0.2s;
|
transition: border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.row > input:focus,
|
.row > input:focus,
|
||||||
|
|||||||
Reference in New Issue
Block a user