update offline detection
This commit is contained in:
parent
c651a45dea
commit
930c8cf6d8
26 changed files with 813 additions and 784 deletions
57
dashboard-ui/thirdparty/paper-button-style.css
vendored
57
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -391,9 +391,29 @@ paper-menu-item {
|
|||
border-color: #eee;
|
||||
}
|
||||
|
||||
.ui-body-a paper-checkbox #checkbox.checked.paper-checkbox {
|
||||
background-color: #52B54B;
|
||||
border-color: #52B54B;
|
||||
}
|
||||
|
||||
.ui-body-b paper-checkbox #checkbox.checked.paper-checkbox {
|
||||
background-color: #2ad;
|
||||
border-color: #2ad;
|
||||
background-color: #52B54B;
|
||||
border-color: #52B54B;
|
||||
}
|
||||
|
||||
paper-checkbox #checkboxContainer {
|
||||
width: 22px !important;
|
||||
height: 22px !important;
|
||||
}
|
||||
|
||||
paper-checkbox paper-ripple {
|
||||
top: -13px !important;
|
||||
left: -13px !important;
|
||||
}
|
||||
|
||||
paper-checkbox #checkmark {
|
||||
border-right-width: 4px !important;
|
||||
border-bottom-width: 4px !important;
|
||||
}
|
||||
|
||||
.paperCheckboxList paper-checkbox {
|
||||
|
@ -533,3 +553,36 @@ paper-dialog paper-radio-group paper-radio-button {
|
|||
padding: 0 1em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.paperToggleContainer {
|
||||
padding: .5em 0;
|
||||
}
|
||||
|
||||
.paperToggleContainer paper-toggle-button {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.paperToggleContainer > span {
|
||||
vertical-align: middle;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
paper-toggle-button #toggleBar {
|
||||
background-color: #080808;
|
||||
}
|
||||
|
||||
paper-toggle-button #toggleButton, paper-toggle-button[checked] #toggleBar {
|
||||
background-color: #52B54B;
|
||||
}
|
||||
|
||||
paper-toggle-button paper-ripple {
|
||||
color: #52B54B;
|
||||
}
|
||||
|
||||
.ui-body-b paper-progress #progressContainer {
|
||||
background-color: #222 !important;
|
||||
}
|
||||
|
||||
paper-progress.mini #progressContainer {
|
||||
height: 3px !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue