rework dialogs

This commit is contained in:
Luke Pulverenti 2016-03-22 13:46:57 -04:00
parent 5a71a65637
commit 5b66bb9ecb
39 changed files with 486 additions and 121 deletions

View file

@ -336,7 +336,7 @@ h1, h1 a {
}
h2 {
font-weight: 300;
font-weight: 400;
}
.ui-btn {
@ -839,10 +839,14 @@ paper-input + .fieldDescription {
box-shadow: -3px 0 10px 0 #555;*/
}
.background-theme-a, paper-dialog.background-theme-a {
.background-theme-a, .paperDialog.background-theme-a {
background-color: #f6f6f6;
}
.paperDialog:not(.background-theme-a):not(.background-theme-b) {
background-color: #fff;
}
.ui-page-theme-a .content-secondary {
background: #fff;
}