2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button:not(.fab).blue {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
color: #03a9f4;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button:not(.fab).blue:hover {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
background: #e1f5f3;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.menuButton {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
color: #212121;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.menuButton:hover {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
background: #e1f5f3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.submit {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
color: #52B54B;
|
|
|
|
|
}
|
|
|
|
|
|
2016-09-07 01:48:14 -04:00
|
|
|
|
.ui-body-a .emby-button.raised {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
background: #52B54B;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2016-09-07 01:48:14 -04:00
|
|
|
|
.ui-body-b .emby-button.raised {
|
|
|
|
|
background: #404040;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-body-a .emby-button.raised.subdued {
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-body-b .emby-button.raised.subdued {
|
|
|
|
|
background: #262626;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.more {
|
2016-09-05 01:39:14 -04:00
|
|
|
|
color: #3388cc;
|
2016-06-04 20:17:35 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.raised.more {
|
2016-09-05 01:39:14 -04:00
|
|
|
|
background: #3388cc;
|
2016-06-04 20:17:35 -04:00
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.secondary {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
color: #4285f4;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.raised.secondary {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
background: #4285f4;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.accent {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
color: #52B54B;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.raised.accent {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
background: #52B54B;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.alt {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
color: #F57F17;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.raised.alt {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
background: #F57F17;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
.ui-body-b button.emby-button.cancel {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
color: #444;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
.ui-body-b button.emby-button.raised.cancel {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
background: #444;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.cancelDark {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
color: #444;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.raised.cancelDark {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
background: #444;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
.ui-body-b button.emby-button.raised.subdued:not([disabled]) {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
background: #404040;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-12 11:54:37 -04:00
|
|
|
|
.ui-body-b button.emby-button.raised[disabled].subdued {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
background: #111;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button span {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
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-08-05 02:10:24 -04:00
|
|
|
|
button.emby-button.mini:not(.fab) {
|
2016-06-04 20:17:35 -04:00
|
|
|
|
padding: 0.4em 0.7em;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-03 00:30:22 -04:00
|
|
|
|
.ui-body-b .paperListLabel, .ui-body-b .fieldDescription, .ui-body-b .selectLabelUnfocused, .ui-body-b .inputLabelUnfocused, .ui-body-b .textareaLabelUnfocused {
|
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-08-07 02:15:03 -04:00
|
|
|
|
.ui-body-a div.formDialogHeader {
|
2016-02-08 23:46:25 -05:00
|
|
|
|
background-color: #52B54B;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2016-09-07 13:17:26 -04:00
|
|
|
|
.ui-body-a div.formDialogFooter {
|
2016-09-07 22:55:54 -04:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-top: 1px solid #ddd;
|
2016-09-07 13:17:26 -04:00
|
|
|
|
color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-07 02:15:03 -04:00
|
|
|
|
.ui-body-a .formDialogHeader a {
|
2016-06-22 00:39:47 -04:00
|
|
|
|
color: #fff !important;
|
2016-06-19 13:41:49 -04:00
|
|
|
|
text-transform: uppercase;
|
2016-09-01 16:21:55 -04:00
|
|
|
|
}
|