update guide

This commit is contained in:
Luke Pulverenti 2016-09-15 21:09:46 -04:00
parent 2c9913c69b
commit f7eca29f95
19 changed files with 16920 additions and 16 deletions

View file

@ -32,6 +32,10 @@
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.emby-button::-moz-focus-inner {
border: 0;
}
.button-flat {
background: transparent;
box-shadow: none;
@ -138,6 +142,10 @@
justify-content: center;
}
.paper-icon-button-light::-moz-focus-inner {
border: 0;
}
.paper-icon-button-light[disabled] {
opacity: .3;
}