jellyfin-web/dashboard-ui/thirdparty/paper-button-style.css

505 lines
9.9 KiB
CSS
Raw Normal View History

2016-06-04 20:50:07 -07:00
button[is="emby-button"].blue {
2016-06-04 17:17:35 -07:00
color: #03a9f4;
}
button[is="emby-button"].blue:hover {
background: #e1f5f3;
}
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-15 21:52:01 -07:00
.clearButton {
background: transparent;
border: 0;
padding: 0;
cursor: pointer;
outline: none;
color: inherit;
width: 100%;
2015-06-16 10:37:49 -07:00
vertical-align: middle;
2015-07-20 21:22:46 -07:00
font-family: inherit;
font-weight: inherit;
2015-06-15 21:52:01 -07:00
}
.clearLink {
text-decoration: none;
font-weight: inherit !important;
2015-06-16 10:37:49 -07:00
vertical-align: middle;
2015-06-19 11:34:21 -07:00
color: inherit !important;
2015-06-15 21:52:01 -07:00
}
2016-06-04 17:17:35 -07:00
button[is="emby-button"].mini {
min-width: initial;
}
button[is="emby-button"].mini {
padding: 0.4em 0.7em;
}
button[is="emby-button"].mini.noIcon {
padding: 0.4em 0.7em;
}
button[is="emby-button"].mini iron-icon {
height: 20px;
width: 20px;
}
2015-06-16 10:37:49 -07:00
paper-toast {
z-index: 9999999;
}
2016-06-04 17:17:35 -07:00
button[is="emby-button"].notext {
min-width: 2.8em;
}
button[is="emby-button"].notext .content {
padding-left: 0 !important;
padding-right: 0 !important;
}
button[is="emby-button"].notext iron-icon {
margin-right: 0;
}
2015-06-23 21:38:46 -07:00
paper-icon-button paper-ripple {
color: inherit !important;
}
2015-09-16 19:33:45 -07:00
.ui-body-b paper-icon-button[disabled] {
2015-09-05 14:15:36 -07:00
color: #444 !important;
}
2015-07-01 22:08:05 -07:00
paper-tabs {
2016-03-06 23:53:38 -07:00
background-color: #020202;
2015-06-26 08:53:49 -07:00
color: #fff;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
paper-tab {
text-transform: uppercase;
2015-07-01 08:47:41 -07:00
font-weight: 400;
2015-06-26 08:53:49 -07:00
}
2015-07-01 22:08:05 -07:00
paper-tabs #selectionBar {
2015-09-27 08:00:57 -07:00
background-color: #52B54B !important;
2015-06-26 08:53:49 -07:00
}
2015-07-01 22:08:05 -07:00
paper-tabs paper-ripple {
2015-09-27 08:00:57 -07:00
color: #52B54B !important;
2015-06-26 08:53:49 -07:00
}
2015-09-06 12:09:36 -07:00
paper-fab {
vertical-align: middle;
2015-10-08 10:28:26 -07:00
display: inline-flex !important;
2015-09-06 12:09:36 -07:00
}
2015-09-07 18:00:46 -07:00
paper-fab.mini {
width: 22px;
height: 22px;
}
2015-06-26 08:53:49 -07:00
2015-09-12 09:39:24 -07:00
paper-fab.mini iron-icon {
width: 22px;
height: 22px;
}
2015-10-15 22:36:16 -07:00
.ui-body-a paper-fab.subdued {
background: #fff;
color: #000;
}
.ui-body-a paper-fab.subdued paper-material.keyboard-focus {
background: #686868 !important;
2015-06-26 08:53:49 -07:00
}
2015-10-15 22:36:16 -07:00
.ui-body-b paper-fab.subdued {
background: #404040;
color: #fff;
}
.ui-body-b paper-fab.subdued paper-material.keyboard-focus {
background: #686868 !important;
}
2015-09-07 18:00:46 -07:00
2015-09-16 19:33:45 -07:00
.ui-body-b paper-fab[disabled].subdued {
2015-06-26 08:53:49 -07:00
background: #222;
}
2015-06-26 09:24:21 -07:00
paper-fab.white {
background: #fff;
color: #000;
}
paper-fab.white paper-material.keyboard-focus {
background: #01579b !important;
color: #fff;
}
2015-06-26 08:53:49 -07:00
paper-fab.blue {
background: #03a9f4;
}
paper-fab.blue paper-material.keyboard-focus {
background: #01579b !important;
}
paper-fab.square {
border-radius: 5px;
}
2015-06-26 20:27:38 -07:00
2015-09-23 19:31:40 -07:00
paper-fab.accent {
background-color: #52B54B;
}
2015-10-27 23:32:02 -07:00
paper-fab.green {
background-color: #81c784;
}
paper-fab.orange {
background-color: #ffd54f;
}
paper-fab.blue {
background-color: #4fc3f7;
}
paper-fab.red {
background-color: #e57373;
}
2015-06-26 20:27:38 -07:00
paper-slider {
width: 100%;
}
2015-06-30 10:21:20 -07:00
2015-09-27 14:02:39 -07:00
.paper-slider-0 #sliderKnobInner.paper-slider {
background-color: #52B54B;
2016-01-12 11:02:46 -07:00
border-color: #52B54B;
2015-09-27 14:02:39 -07:00
}
.paper-slider-0 paper-ripple.paper-slider {
color: #52B54B;
}
2015-10-08 09:22:14 -07:00
2015-10-20 15:06:49 -07:00
.paper-slider-0 #sliderKnobInner.paper-slider::before {
2015-10-22 08:03:08 -07:00
background-color: #388E3C !important;
2015-10-20 15:06:49 -07:00
}
2015-09-27 14:02:39 -07:00
.paper-progress-0 #primaryProgress.paper-progress {
background-color: #52B54B;
}
2015-10-08 09:22:14 -07:00
2015-09-27 14:02:39 -07:00
.paper-progress-0 #secondaryProgress.paper-progress {
background-color: #92B54B;
}
2015-10-08 09:22:14 -07:00
2015-06-30 10:21:20 -07:00
paper-menu-item {
padding: .35em .5em;
2015-08-25 19:13:28 -07:00
cursor: pointer;
2015-06-30 10:21:20 -07:00
}
2015-07-01 22:08:05 -07:00
paper-menu-item iron-icon {
margin-right: 1.5em;
}
2015-08-25 19:13:28 -07:00
paper-menu-item:hover {
2015-07-01 22:08:05 -07:00
background: #eee;
}
2015-06-30 10:21:20 -07:00
.scrollablePaperTabs paper-icon-button {
display: none !important;
}
2015-09-16 19:33:45 -07:00
.ui-body-b paper-item-body [secondary] {
2015-07-28 12:42:24 -07:00
color: #aaa;
}
2015-09-16 19:33:45 -07:00
.ui-body-b paper-checkbox paper-ripple {
2015-09-07 18:00:46 -07:00
color: #fff !important;
}
2015-07-28 12:42:24 -07:00
2015-09-16 19:33:45 -07:00
.ui-body-b paper-checkbox #checkboxLabel.paper-checkbox {
2015-09-07 18:00:46 -07:00
color: inherit;
}
2015-07-28 12:42:24 -07:00
2015-09-19 19:06:56 -07:00
.ui-body-a .paperCheckboxFieldDescription {
color: #333;
}
2015-09-16 19:33:45 -07:00
.ui-body-b .paperCheckboxFieldDescription {
2015-07-28 12:42:24 -07:00
color: #ccc;
}
2015-09-16 19:33:45 -07:00
.ui-body-b paper-checkbox #checkbox.paper-checkbox {
2015-09-22 09:06:27 -07:00
border-color: #dedede;
2015-07-28 12:42:24 -07:00
}
2015-09-21 08:43:10 -07:00
.ui-body-a paper-checkbox #checkbox.checked.paper-checkbox {
background-color: #52B54B;
border-color: #52B54B;
}
2015-09-16 19:33:45 -07:00
.ui-body-b paper-checkbox #checkbox.checked.paper-checkbox {
2015-09-21 08:43:10 -07:00
background-color: #52B54B;
border-color: #52B54B;
}
paper-checkbox #checkboxContainer {
width: 22px !important;
height: 22px !important;
}
paper-checkbox paper-ripple {
top: -13px !important;
left: -13px !important;
}
paper-checkbox #checkmark {
border-right-width: 4px !important;
border-bottom-width: 4px !important;
2015-07-28 12:42:24 -07:00
}
2015-08-16 21:08:33 -07:00
.paperCheckboxList paper-checkbox {
display: block;
padding: .5em 0;
}
2015-08-19 09:43:23 -07:00
paper-input label, paper-textarea label {
font-size: 18px !important;
2015-08-16 11:37:53 -07:00
font-family: inherit !important;
2015-08-18 08:25:57 -07:00
}
2016-04-15 22:27:10 -07:00
.paperListLabel {
2016-02-18 22:03:00 -07:00
font-size: 16px;
margin-bottom: .5em;
}
2016-05-21 19:28:47 -07:00
.ui-body-b .paper-input-container-0 .input-content.paper-input-container label, .ui-body-b .paper-input-container-0 .input-content.paper-input-container .paper-input-label, .ui-body-b paper-textarea label, .ui-body-b .paperListLabel, .ui-body-b .fieldDescription {
color: #ccc;
}
2016-06-01 23:40:16 -07:00
.ui-body-a .inputLabel {
color: #656565;
}
2016-06-04 17:17:35 -07:00
.ui-body-a .inputLabel.focused:not(.blank) {
color: green;
}
2016-06-01 23:40:16 -07:00
2016-05-29 12:50:33 -07:00
.ui-body-b .selectLabelUnfocused, .ui-body-b .inputLabel {
2016-02-07 14:48:08 -07:00
color: #ccc;
2015-08-19 09:43:23 -07:00
}
2016-04-15 22:27:10 -07:00
.ui-body-a .paper-input-container-0 .input-content.paper-input-container label, .ui-body-a .paper-input-container-0 .input-content.paper-input-container .paper-input-label, .ui-body-a paper-textarea label, .ui-body-a .selectLabel, .ui-body-a .paperListLabel, .ui-body-a .fieldDescription {
2015-09-19 19:06:56 -07:00
color: #656565;
2015-08-20 13:54:00 -07:00
}
2015-09-19 19:06:56 -07:00
.ui-body-a .paper-input-container-0 .input-content.label-is-highlighted.paper-input-container label, .ui-body-a .paper-input-container-0 .input-content.label-is-highlighted.paper-input-container .paper-input-label {
color: green;
2015-08-18 23:12:58 -07:00
}
2015-09-19 19:06:56 -07:00
.ui-body-b .paper-input-container-0 .input-content.label-is-highlighted.paper-input-container label, .ui-body-b .paper-input-container-0 .input-content.label-is-highlighted.paper-input-container .paper-input-label {
color: #52B54B;
2015-07-28 12:42:24 -07:00
}
2015-09-19 19:06:56 -07:00
.ui-body-b .paper-input-container-0 .input-content.paper-input-container input, .ui-body-b .paper-input-container-0 .input-content.paper-input-container textarea, .ui-body-b .paper-input-container-0 .input-content.paper-input-container iron-autogrow-textarea, .ui-body-b .paper-input-container-0 .input-content.paper-input-container .paper-input-input {
color: #fff;
2015-07-28 12:42:24 -07:00
}
2015-08-18 23:12:58 -07:00
paper-input .focused-line, paper-textarea .focused-line {
2015-07-28 12:42:24 -07:00
background-color: #52B54B !important;
}
2015-09-16 19:33:45 -07:00
.ui-body-b .unfocused-line.paper-input-container, .ui-body-b .unfocused-line.paper-textarea-container {
2015-08-16 13:26:49 -07:00
background: #454545;
2015-07-28 12:42:24 -07:00
}
2015-08-02 12:08:55 -07:00
2015-07-30 08:18:07 -07:00
paper-textarea.mono textarea {
2015-08-02 12:08:55 -07:00
font-family: monospace !important;
}
.paperList {
2016-04-15 12:37:34 -07:00
padding: .5em 0;
2015-08-02 12:08:55 -07:00
margin: 12px auto;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
2015-08-17 09:52:56 -07:00
background-color: #fff;
}
2016-04-14 21:44:51 -07:00
.paperCheckboxList.paperList {
padding: .5em 1em;
}
2015-09-16 19:33:45 -07:00
.ui-body-b .paperList {
2016-05-31 08:29:00 -07:00
background-color: #2b2b2b;
2015-08-02 12:08:55 -07:00
}
2015-08-14 07:42:40 -07:00
paper-dropdown-menu {
text-align: left;
margin: auto;
width: 100%;
display: inline-block;
}
2015-08-16 11:37:53 -07:00
paper-dropdown-menu paper-item {
display: block;
2015-08-17 09:52:56 -07:00
}
2015-08-25 19:13:28 -07:00
2016-03-24 19:54:38 -07:00
paper-radio-group > * {
padding: .5em;
2015-08-25 19:13:28 -07:00
}
2015-09-01 12:18:25 -07:00
2015-12-15 11:24:41 -07:00
div.dialogHeader {
2015-12-15 13:10:41 -07:00
padding: .35em .5em;
2015-12-15 11:24:41 -07:00
display: flex;
align-items: center;
line-height: normal;
font-size: 110%;
}
2016-02-10 19:56:24 -07:00
.ui-body-a div.dialogHeader {
2016-02-08 21:46:25 -07:00
background-color: #52B54B;
color: #fff;
}
2016-02-10 19:56:24 -07:00
.ui-body-b div.dialogHeader {
2016-02-08 21:46:25 -07:00
background-color: #101010;
}
2015-12-15 11:24:41 -07:00
.dialogHeaderTitle {
margin-left: .75em;
}
2016-03-23 12:03:17 -07:00
.dialog.popupEditor h2.dialogHeader {
2015-09-16 19:33:45 -07:00
font-weight: inherit !important;
2015-10-13 12:22:45 -07:00
line-height: 36px;
2015-09-16 21:19:15 -07:00
padding: 0 1em;
2015-10-13 12:22:45 -07:00
margin-top: .7em;
2015-09-16 18:33:46 -07:00
}
2015-09-21 08:43:10 -07:00
2016-06-04 20:50:07 -07:00
.dialogHeader button {
2016-02-08 19:15:26 -07:00
margin-top: 0;
margin-bottom: 0;
}
2016-03-23 12:03:17 -07:00
.dialog.popupEditor {
2015-10-15 19:06:44 -07:00
padding-bottom: 100px;
}
2015-12-15 12:15:46 -07:00
.paper-toggle-button-0 .toggle-label.paper-toggle-button {
color: inherit;
2015-09-21 08:43:10 -07:00
}
paper-toggle-button #toggleButton, paper-toggle-button[checked] #toggleBar {
background-color: #52B54B;
}
paper-toggle-button paper-ripple {
color: #52B54B;
}
.ui-body-b paper-progress #progressContainer {
background-color: #222 !important;
}
paper-progress.mini #progressContainer {
height: 3px !important;
2015-10-08 10:28:26 -07:00
}
2015-12-15 11:24:41 -07:00
.formDialog.background-theme-b {
2016-05-21 21:17:28 -07:00
background-color: #181818;
2016-02-05 08:31:24 -07:00
}