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 2016-08-05 16:43:11 -04:00
parent 0b0248cd60
commit edcd5962df
4 changed files with 17 additions and 44 deletions

View file

@ -100,12 +100,6 @@ button.emby-button span {
vertical-align: middle;
}
button.emby-button.iconRight iron-icon {
position: absolute;
right: 5px;
top: 5px;
}
.clearButton {
background: transparent;
border: 0;
@ -130,21 +124,12 @@ button.emby-button.mini:not(.fab) {
padding: 0.4em 0.7em;
}
button.emby-button.mini:not(.fab) iron-icon {
height: 20px;
width: 20px;
}
button.emby-button.notext {
min-width: 2.8em;
padding-left: .25em !important;
padding-right: .25em !important;
}
button.emby-button.notext iron-icon {
margin-right: 0;
}
.fab.green {
background-color: #81c784 !important;
}
@ -209,4 +194,4 @@ div.dialogHeader {
.formDialog.background-theme-b {
background-color: #181818;
}
}