* set default pinout to Wemos D1mini

* pinout will be saved in eeprom, but changes not applied for now
This commit is contained in:
lumapu 2022-04-24 23:10:58 +02:00
parent 9e6cae26a7
commit a95069e65c
10 changed files with 107 additions and 35 deletions

View file

@ -86,20 +86,19 @@ div.content {
overflow: hidden;
}
input {
input, select {
padding: 7px;
font-size: 13pt;
}
input.text, input.password {
input.text, select {
width: 70%;
box-sizing: border-box;
margin-bottom: 10px;
/*float: right;*/
border: 1px solid #ccc;
}
input.button {
input.btn {
background-color: #006ec0;
color: #fff;
border: 0px;