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

update components

This commit is contained in:
Luke Pulverenti 2016-02-05 10:31:24 -05:00
parent 818ff90aff
commit df21d0ca14
6 changed files with 19 additions and 15 deletions

View file

@ -183,6 +183,10 @@ paper-button.notext {
margin-right: 0;
}
.promptDialogContent paper-button {
color: #43A047;
}
.docspinner {
display: block;
margin-top: -14px;
@ -533,7 +537,7 @@ paper-dialog paper-radio-group paper-radio-button {
}
div.dialogHeader {
margin: 0 0 2.5em!important;
margin: 0 0 2.5em !important;
padding: .35em .5em;
background-color: #101010;
display: flex;
@ -579,4 +583,4 @@ paper-progress.mini #progressContainer {
.formDialog.background-theme-b {
background-color: #202020;
}
}