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

update list styles

This commit is contained in:
Luke Pulverenti 2016-08-05 15:34:10 -04:00
parent 5b72e1c91b
commit fad66be11a
23 changed files with 183 additions and 279 deletions

View file

@ -160,12 +160,6 @@ paper-input + .fieldDescription {
}
}
/* Swatches */
paper-fab.blue {
background: #03a9f4;
}
paper-checkbox #checkboxContainer {
width: 22px !important;
height: 22px !important;
@ -196,48 +190,6 @@ paper-input label, paper-textarea label {
margin-bottom: .5em;
}
paper-fab {
vertical-align: middle;
display: inline-flex !important;
}
paper-fab.mini {
width: 22px;
height: 22px;
}
paper-fab.mini iron-icon {
width: 22px;
height: 22px;
}
.ui-body-a paper-fab.subdued {
background: #fff;
color: #000;
}
.ui-body-a paper-fab.subdued paper-material.keyboard-focus {
background: #686868 !important;
}
paper-fab.white {
background: #fff;
color: #000;
}
paper-fab.white paper-material.keyboard-focus {
background: #01579b !important;
color: #fff;
}
paper-fab.square {
border-radius: 5px;
}
paper-fab.accent {
background-color: #52B54B;
}
paper-textarea.mono textarea {
font-family: monospace !important;
}
@ -724,18 +676,6 @@ a[data-role='button'], .type-interior button:not([data-role='none']):not(.clearB
outline: none !important;
}
.scheduledTaskPaperIconItem[data-status='Idle'] paper-fab {
background-color: #999;
}
.scheduledTaskPaperIconItem[data-status="Cancelling"] paper-fab {
background-color: #cc3333;
}
.scheduledTaskPaperIconItem[data-status="Running"] paper-fab {
background-color: #52B54B;
}
.scheduledTaskPaperIconItem #progressContainer {
height: 8px !important;
border-radius: 5px;

View file

@ -253,13 +253,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
margin-left: 1.25em;
}
.userDataIcons paper-fab {
background: #444;
width: 40px;
height: 40px;
padding: 8px;
}
.itemBackdrop {
background-size: cover;
background-position: center 15%;

View file

@ -16,6 +16,7 @@
.emby-button iron-icon + span {
margin-left: .5em;
}
.paper-icon-button-light > iron-icon {
width: 100%;
height: 100%;
@ -114,7 +115,7 @@ h2 {
}
h3 {
font-weight: 500;
font-weight: 400;
}
a, a:active, a:hover {
@ -686,3 +687,7 @@ progress {
.ui-body-a .cardFooter .cardText + .cardText {
opacity: .8;
}
.ui-body-a .listItem .secondary {
color: #737373;
}