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

added ps4 profile

This commit is contained in:
Luke Pulverenti 2015-06-16 13:37:49 -04:00
parent 0d59297b1b
commit 10d2fbe3b3
43 changed files with 1245 additions and 267 deletions

View file

@ -8,46 +8,31 @@
margin-bottom: 1em;
}
paper-button[toggles] {
transition: background-color 0.3s;
}
paper-button[toggles][active] {
background-color: rgba(0, 0, 0, 0.25);
}
paper-button.secondary {
paper-button.submit {
color: #4285f4;
}
paper-button[raised].secondary {
paper-button[raised].submit {
background: #4285f4;
color: #fff;
}
paper-button[toggles][active].secondary {
background-color: rgba(66, 133, 244, 0.25);
paper-button.more {
color: #388E3C;
}
paper-button[toggles][active][raised].secondary {
background-color: rgba(66, 133, 244, 0.75);
}
paper-button.submit {
color: #52B54B;
}
paper-button[raised].submit {
background: #52B54B;
paper-button[raised].more {
background: #388E3C;
color: #fff;
}
paper-button[toggles][active].submit {
background-color: rgba(82, 181, 75, 0.25);
paper-button.secondary {
color: #52B54B;
}
paper-button[toggles][active][raised].submit {
background-color: rgba(82, 181, 75, 0.75);
paper-button[raised].secondary {
background: #52B54B;
color: #fff;
}
paper-button.cancel {
@ -59,14 +44,6 @@
color: #fff;
}
paper-button[toggles][active].cancel {
background-color: rgba(68, 68, 68, 0.25);
}
paper-button[toggles][active][raised].cancel {
background-color: rgba(68, 68, 68, 0.75);
}
paper-button.hover:hover {
background: #eee;
}
@ -101,11 +78,13 @@
outline: none;
color: inherit;
width: 100%;
vertical-align: middle;
}
.clearLink {
text-decoration: none;
font-weight: inherit !important;
vertical-align: middle;
}
paper-button.mini {
@ -113,5 +92,20 @@ paper-button.mini {
}
paper-button.mini .content {
padding: 0.35em 0.9em;
padding: 0.35em 0.7em;
}
paper-toast {
z-index: 9999999;
}
#docspinner {
display: block;
margin-top: -14px;
margin-left: -14px;
position: fixed;
top: 50%;
left: 50%;
z-index: 9999999;
}