Updated the new character dialog to Polymer 1

This commit is contained in:
Stefan Zermatten
2017-01-16 15:34:23 +02:00
parent d4bec4f5e7
commit bdc64dfb10
7 changed files with 93 additions and 73 deletions

View File

@@ -18,16 +18,6 @@ body {
background-color: #E0E0E0;
}
//fix tabs and core-toolbar having box shadow
core-toolbar {
box-shadow: none;
}
//give drawer panel a shadow always
core-header-panel[drawer] {
box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
}
//Paragraphs
p {
margin-bottom: 8px;
@@ -77,6 +67,10 @@ paper-icon-item::shadow #contentIcon {
right: 24px;
}
paper-fab {
background-color: #d13b2e;
}
//Buttons
paper-button {
color: #000;