1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

recording fixes

This commit is contained in:
Luke Pulverenti 2015-08-17 12:52:56 -04:00
parent 357932766d
commit b6c9eaadcb
20 changed files with 95 additions and 103 deletions

View file

@ -411,9 +411,13 @@ paper-textarea.mono textarea {
.paperList {
padding-top: 12px;
background-color: #303030;
margin: 12px auto;
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);
background-color: #fff;
}
.ui-page-theme-b .paperList {
background-color: #303030;
}
paper-dropdown-menu {
@ -425,4 +429,4 @@ paper-dropdown-menu {
paper-dropdown-menu paper-item {
display: block;
}
}