mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-06 16:27:12 +01:00
Upgrade form and handle code
This commit is contained in:
@@ -45,12 +45,15 @@
|
||||
.button-update {
|
||||
background: #1f8dd6;
|
||||
}
|
||||
.button-reset {
|
||||
background: rgb(202, 60, 60);
|
||||
}
|
||||
.button-reset,
|
||||
.button-reconnect {
|
||||
background: rgb(202, 60, 60);
|
||||
}
|
||||
.button-upgrade {
|
||||
background: rgb(202, 60, 60);
|
||||
margin-left: 5px;
|
||||
}
|
||||
.button-upgrade-browse,
|
||||
.button-apikey {
|
||||
background: rgb(0, 202, 0);
|
||||
margin-left: 5px;
|
||||
@@ -101,6 +104,15 @@ div.hint {
|
||||
.template {
|
||||
display: none;
|
||||
}
|
||||
input[name=upgrade] {
|
||||
display: none;
|
||||
}
|
||||
#upgrade-progress {
|
||||
display: none;
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.pure-form .center {
|
||||
margin: .5em 0 .2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user