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:
parent
5b72e1c91b
commit
fad66be11a
23 changed files with 183 additions and 279 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue