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

update icons

This commit is contained in:
Luke Pulverenti 2015-06-18 02:23:44 -04:00
parent 13e18ba442
commit 7343772338
55 changed files with 901 additions and 316 deletions

View file

@ -35,6 +35,15 @@
color: #fff;
}
paper-button.alt {
color: #F57F17;
}
paper-button[raised].alt {
background: #F57F17;
color: #fff;
}
paper-button.cancel {
color: #444;
}
@ -44,6 +53,15 @@
color: #fff;
}
paper-button.subdued {
color: #555;
}
paper-button[raised].subdued {
background: #555;
color: #fff;
}
paper-button.hover:hover {
background: #eee;
}
@ -64,12 +82,25 @@
margin-right: .5em;
}
paper-button.iconRight iron-icon, paper-button.iconRight .fa {
paper-button:not(.iconRight) .material-icons {
margin-right: .25em;
}
paper-button.iconRight iron-icon, paper-button.iconRight .fa, paper-button.iconRight .material-icons {
position: absolute;
right: 5px;
top: 5px;
}
paper-button .material-icons {
font-size: 150%;
vertical-align: middle;
}
paper-button .fa {
vertical-align: middle;
}
.clearButton {
background: transparent;
border: 0;
@ -92,7 +123,7 @@ paper-button.mini {
}
paper-button.mini .content {
padding: 0.4em 0.7em;
padding: 0.3em 0.7em;
}
@ -100,6 +131,19 @@ paper-toast {
z-index: 9999999;
}
paper-button.notext {
min-width: 2em;
}
paper-button.notext .content {
padding-left: 0 !important;
padding-right: 0 !important;
}
paper-button.notext iron-icon {
margin-right: 0;
}
#docspinner {
display: block;
margin-top: -14px;