update loading

This commit is contained in:
Luke Pulverenti 2016-08-04 00:39:19 -04:00
parent f7f42a9777
commit 5516424502
22 changed files with 739 additions and 145 deletions

View file

@ -311,7 +311,7 @@ textarea {
margin-top: 5px;
}
.background-theme-a, .dialog.background-theme-a {
.background-theme-a .backgroundContainer, .dialog.background-theme-a {
background-color: #f5f5f5;
}
@ -653,9 +653,9 @@ progress {
color: #555;
}
.ui-body-a .inputLabelFocused, .ui-body-a .textareaLabelFocused, .ui-body-a .selectLabelFocused {
color: green;
}
.ui-body-a .inputLabelFocused, .ui-body-a .textareaLabelFocused, .ui-body-a .selectLabelFocused {
color: green;
}
.ui-body-a .selectLabelUnfocused, .ui-body-a .paperListLabel, .ui-body-a .fieldDescription {
color: #555;
@ -668,4 +668,4 @@ progress {
.ui-body-a .cardFooter .cardText + .cardText {
opacity: .8;
}
}