reduce recording failures

This commit is contained in:
Luke Pulverenti 2016-09-15 02:23:39 -04:00
parent 274dbafef5
commit 8d12e05583
16 changed files with 60 additions and 48 deletions

View file

@ -4,7 +4,6 @@
align-items: center;
box-sizing: border-box;
margin: 0 .29em;
background: transparent;
text-align: center;
font-size: inherit;
font-family: inherit;
@ -32,6 +31,10 @@
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.emby-button:not(.raised) {
background: transparent;
}
.emby-button.raised, .emby-button.fab {
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);
}