update recording editor

This commit is contained in:
Luke Pulverenti 2016-05-16 01:38:17 -04:00
parent 236922386b
commit 97f2044bc4
17 changed files with 268 additions and 261 deletions

View file

@ -36,11 +36,11 @@
}
paper-button.submit {
color: #4285f4;
color: #52B54B;
}
paper-button[raised].submit {
background: #4285f4;
background: #52B54B;
color: #fff;
}
@ -54,11 +54,11 @@
}
paper-button.secondary {
color: #52B54B;
color: #4285f4;
}
paper-button[raised].secondary {
background: #52B54B;
background: #4285f4;
color: #fff;
}