Small style and event fixes

This commit is contained in:
Stefan Zermatten
2017-01-23 15:08:19 +02:00
parent 33ca60c2e6
commit 1af15eff3c
24 changed files with 210 additions and 249 deletions

View File

@@ -16,6 +16,11 @@
paper-item.short {
--paper-item-min-height: 32px;
}
paper-button[raised] {
background-color: var(--accent-color);
color: #dedede;
color: rgba(255,255,255,0.87);
}
a {
color: inherit;
text-decoration: none;