2016-06-22 00:39:47 -04:00
|
|
|
|
button[is="emby-button"]:not(.fab).blue {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
color: #03a9f4;
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-22 00:39:47 -04:00
|
|
|
|
button[is="emby-button"]:not(.fab).blue:hover {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
background: #e1f5f3;
|
|
|
|
|
}
|
|
|
|
|
|
2016-07-24 14:25:32 -04:00
|
|
|
|
button[is="emby-button"].fab.blue {
|
2016-06-22 00:39:47 -04:00
|
|
|
|
background: #03a9f4;
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-04 20:17:35 -04:00
|
|
|
|
button[is="emby-button"].menuButton {
|
|
|
|
|
color: #212121;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].menuButton:hover {
|
|
|
|
|
background: #e1f5f3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].submit {
|
|
|
|
|
color: #52B54B;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].raised.submit, button[is="emby-button"].raised:not(.subdued):not(.cancel) {
|
|
|
|
|
background: #52B54B;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].more {
|
|
|
|
|
color: #EC407A;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].raised.more {
|
|
|
|
|
background: #EC407A;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].secondary {
|
|
|
|
|
color: #4285f4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].raised.secondary {
|
|
|
|
|
background: #4285f4;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].accent {
|
|
|
|
|
color: #52B54B;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].raised.accent {
|
|
|
|
|
background: #52B54B;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].alt {
|
|
|
|
|
color: #F57F17;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].raised.alt {
|
|
|
|
|
background: #F57F17;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-body-b button[is="emby-button"].cancel {
|
|
|
|
|
color: #444;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-body-b button[is="emby-button"].raised.cancel {
|
|
|
|
|
background: #444;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].cancelDark {
|
|
|
|
|
color: #444;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].raised.cancelDark {
|
|
|
|
|
background: #444;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-body-b button[is="emby-button"].subdued:not([disabled]) {
|
|
|
|
|
color: #404040;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-body-b button[is="emby-button"].raised.subdued:not([disabled]) {
|
|
|
|
|
background: #404040;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-body-b button[is="emby-button"].raised[disabled].subduedd {
|
|
|
|
|
background: #111;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"] span {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].iconRight iron-icon {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 5px;
|
|
|
|
|
top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-06-16 00:52:01 -04:00
|
|
|
|
.clearButton {
|
|
|
|
|
background: transparent;
|
|
|
|
|
border: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
outline: none;
|
|
|
|
|
color: inherit;
|
|
|
|
|
width: 100%;
|
2015-06-16 13:37:49 -04:00
|
|
|
|
vertical-align: middle;
|
2015-07-21 00:22:46 -04:00
|
|
|
|
font-family: inherit;
|
|
|
|
|
font-weight: inherit;
|
2015-06-16 00:52:01 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clearLink {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-weight: inherit !important;
|
2015-06-16 13:37:49 -04:00
|
|
|
|
vertical-align: middle;
|
2015-06-19 14:34:21 -04:00
|
|
|
|
color: inherit !important;
|
2015-06-16 00:52:01 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-06 17:12:44 -04:00
|
|
|
|
button[is="emby-button"].mini:not(.fab) {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
padding: 0.4em 0.7em;
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-06 17:12:44 -04:00
|
|
|
|
button[is="emby-button"].mini:not(.fab) iron-icon {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
height: 20px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].notext {
|
|
|
|
|
min-width: 2.8em;
|
2016-06-06 17:12:44 -04:00
|
|
|
|
padding-left: .25em !important;
|
|
|
|
|
padding-right: .25em !important;
|
2016-06-04 20:17:35 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[is="emby-button"].notext iron-icon {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-25 21:33:16 -04:00
|
|
|
|
.fab.green {
|
|
|
|
|
background-color: #81c784 !important;
|
2015-10-28 02:32:02 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-25 21:33:16 -04:00
|
|
|
|
.fab.orange {
|
|
|
|
|
background-color: #ffd54f !important;
|
2015-10-28 02:32:02 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-06-25 21:33:16 -04:00
|
|
|
|
.fab.red {
|
|
|
|
|
background-color: #e57373 !important;
|
2015-10-28 02:32:02 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-07-24 14:25:32 -04:00
|
|
|
|
.ui-body-b .paperListLabel, .ui-body-b .fieldDescription, .ui-body-b .selectLabelUnfocused, .ui-body-b .inputLabel, .ui-body-b .textareaLabel {
|
2015-07-28 15:42:24 -04:00
|
|
|
|
color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-16 22:33:45 -04:00
|
|
|
|
.ui-body-b .paperList {
|
2016-05-31 11:29:00 -04:00
|
|
|
|
background-color: #2b2b2b;
|
2015-08-02 15:08:55 -04:00
|
|
|
|
}
|
2015-08-14 10:42:40 -04:00
|
|
|
|
|
2015-12-15 13:24:41 -05:00
|
|
|
|
div.dialogHeader {
|
2015-12-15 15:10:41 -05:00
|
|
|
|
padding: .35em .5em;
|
2015-12-15 13:24:41 -05:00
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
font-size: 110%;
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-10 21:56:24 -05:00
|
|
|
|
.ui-body-a div.dialogHeader {
|
2016-02-08 23:46:25 -05:00
|
|
|
|
background-color: #52B54B;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-19 13:41:49 -04:00
|
|
|
|
.ui-body-a .dialogHeader a {
|
2016-06-22 00:39:47 -04:00
|
|
|
|
color: #fff !important;
|
2016-06-19 13:41:49 -04:00
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-10 21:56:24 -05:00
|
|
|
|
.ui-body-b div.dialogHeader {
|
2016-02-08 23:46:25 -05:00
|
|
|
|
background-color: #101010;
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-15 13:24:41 -05:00
|
|
|
|
.dialogHeaderTitle {
|
|
|
|
|
margin-left: .75em;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-23 15:03:17 -04:00
|
|
|
|
.dialog.popupEditor h2.dialogHeader {
|
2015-09-16 22:33:45 -04:00
|
|
|
|
font-weight: inherit !important;
|
2015-10-13 15:22:45 -04:00
|
|
|
|
line-height: 36px;
|
2015-09-17 00:19:15 -04:00
|
|
|
|
padding: 0 1em;
|
2015-10-13 15:22:45 -04:00
|
|
|
|
margin-top: .7em;
|
2015-09-16 21:33:46 -04:00
|
|
|
|
}
|
2015-09-21 11:43:10 -04:00
|
|
|
|
|
2016-06-04 23:50:07 -04:00
|
|
|
|
.dialogHeader button {
|
2016-02-08 21:15:26 -05:00
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-23 15:03:17 -04:00
|
|
|
|
.dialog.popupEditor {
|
2015-10-15 22:06:44 -04:00
|
|
|
|
padding-bottom: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-15 13:24:41 -05:00
|
|
|
|
.formDialog.background-theme-b {
|
2016-05-22 00:17:28 -04:00
|
|
|
|
background-color: #181818;
|
2016-02-05 10:31:24 -05:00
|
|
|
|
}
|
2016-06-22 00:39:47 -04:00
|
|
|
|
|
|
|
|
|
.ui-body-b .listItem .secondary {
|
|
|
|
|
color: #aaa;
|
|
|
|
|
}
|