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-08-05 02:10:24 -04:00
parent 8f42677b0c
commit 5b72e1c91b
7 changed files with 90 additions and 129 deletions

View file

@ -1,106 +1,106 @@
button[is="emby-button"]:not(.fab).blue {
button.emby-button:not(.fab).blue {
color: #03a9f4;
}
button[is="emby-button"]:not(.fab).blue:hover {
button.emby-button:not(.fab).blue:hover {
background: #e1f5f3;
}
button[is="emby-button"].fab.blue {
button.emby-button.fab.blue {
background: #03a9f4;
}
button[is="emby-button"].menuButton {
button.emby-button.menuButton {
color: #212121;
text-align: left;
}
button[is="emby-button"].menuButton:hover {
button.emby-button.menuButton:hover {
background: #e1f5f3;
}
button[is="emby-button"].submit {
button.emby-button.submit {
color: #52B54B;
}
button[is="emby-button"].raised.submit, button[is="emby-button"].raised:not(.subdued):not(.cancel) {
button.emby-button.raised.submit, button.emby-button.raised:not(.subdued):not(.cancel) {
background: #52B54B;
color: #fff;
}
button[is="emby-button"].more {
button.emby-button.more {
color: #EC407A;
}
button[is="emby-button"].raised.more {
button.emby-button.raised.more {
background: #EC407A;
color: #fff;
}
button[is="emby-button"].secondary {
button.emby-button.secondary {
color: #4285f4;
}
button[is="emby-button"].raised.secondary {
button.emby-button.raised.secondary {
background: #4285f4;
color: #fff;
}
button[is="emby-button"].accent {
button.emby-button.accent {
color: #52B54B;
}
button[is="emby-button"].raised.accent {
button.emby-button.raised.accent {
background: #52B54B;
color: #fff;
}
button[is="emby-button"].alt {
button.emby-button.alt {
color: #F57F17;
}
button[is="emby-button"].raised.alt {
button.emby-button.raised.alt {
background: #F57F17;
color: #fff;
}
.ui-body-b button[is="emby-button"].cancel {
.ui-body-b button.emby-button.cancel {
color: #444;
}
.ui-body-b button[is="emby-button"].raised.cancel {
.ui-body-b button.emby-button.raised.cancel {
background: #444;
color: #fff;
}
button[is="emby-button"].cancelDark {
button.emby-button.cancelDark {
color: #444;
}
button[is="emby-button"].raised.cancelDark {
button.emby-button.raised.cancelDark {
background: #444;
color: #fff;
}
.ui-body-b button[is="emby-button"].subdued:not([disabled]) {
.ui-body-b button.emby-button.subdued:not([disabled]) {
color: #404040;
}
.ui-body-b button[is="emby-button"].raised.subdued:not([disabled]) {
.ui-body-b button.emby-button.raised.subdued:not([disabled]) {
background: #404040;
color: #fff;
}
.ui-body-b button[is="emby-button"].raised[disabled].subduedd {
.ui-body-b button.emby-button.raised[disabled].subduedd {
background: #111;
}
button[is="emby-button"] span {
button.emby-button span {
vertical-align: middle;
}
button[is="emby-button"].iconRight iron-icon {
button.emby-button.iconRight iron-icon {
position: absolute;
right: 5px;
top: 5px;
@ -126,22 +126,22 @@ button[is="emby-button"].iconRight iron-icon {
color: inherit !important;
}
button[is="emby-button"].mini:not(.fab) {
button.emby-button.mini:not(.fab) {
padding: 0.4em 0.7em;
}
button[is="emby-button"].mini:not(.fab) iron-icon {
button.emby-button.mini:not(.fab) iron-icon {
height: 20px;
width: 20px;
}
button[is="emby-button"].notext {
button.emby-button.notext {
min-width: 2.8em;
padding-left: .25em !important;
padding-right: .25em !important;
}
button[is="emby-button"].notext iron-icon {
button.emby-button.notext iron-icon {
margin-right: 0;
}