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

fix recording button

This commit is contained in:
Luke Pulverenti 2015-06-23 18:13:06 -04:00
parent 02b433a97f
commit c73ed976d9
30 changed files with 165 additions and 129 deletions

View file

@ -61,6 +61,15 @@
color: #fff;
}
paper-button.accent {
color: #52B54B;
}
paper-button[raised].accent {
background: #52B54B;
color: #fff;
}
paper-button.alt {
color: #F57F17;
}
@ -70,14 +79,23 @@
color: #fff;
}
.ui-page-theme-b paper-button.cancel {
color: #444;
}
.ui-page-theme-b paper-button.cancel {
color: #444;
}
.ui-page-theme-b paper-button[raised].cancel {
background: #444;
color: #fff;
}
.ui-page-theme-b paper-button[raised].cancel {
background: #444;
color: #fff;
}
paper-button.cancelDark {
color: #444;
}
paper-button[raised].cancelDark {
background: #444;
color: #fff;
}
.ui-page-theme-b paper-button.subdued:not([disabled]) {
color: #484848;
@ -157,6 +175,10 @@ paper-button.mini {
padding: 0.3em 0.7em;
}
paper-button.mini.noIcon .content {
padding: 0.5em 0.7em;
}
paper-toast {
z-index: 9999999;