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

593 lines
12 KiB
CSS
Raw Normal View History

2016-02-25 19:41:43 -07:00
paper-button, .paper-button-0 {
2015-06-15 21:52:01 -07:00
font-weight: 500;
vertical-align: middle;
2015-06-18 12:43:47 -07:00
margin-top: 5px;
margin-bottom: 5px;
2015-06-15 21:52:01 -07:00
}
paper-button.block {
display: block;
2016-02-24 23:09:10 -07:00
margin: .25em 0;
2015-06-15 21:52:01 -07:00
}
2015-06-19 09:36:51 -07:00
paper-button.blue {
color: #03a9f4;
}
paper-button.blue:hover {
background: #e1f5f3;
}
2015-06-19 15:01:47 -07:00
paper-button.menuButton {
color: #212121;
text-align: left;
}
paper-button.menuButton:hover {
background: #e1f5f3;
}
2015-06-19 09:36:51 -07:00
paper-button.ripple::shadow paper-ripple {
color: #ff3bee;
}
paper-button.ripple paper-ripple {
color: #ff3bee;
}
2015-06-16 10:37:49 -07:00
paper-button.submit {
2015-06-15 21:52:01 -07:00
color: #4285f4;
}
2015-06-16 10:37:49 -07:00
paper-button[raised].submit {
2015-06-15 21:52:01 -07:00
background: #4285f4;
color: #fff;
}
2015-06-16 10:37:49 -07:00
paper-button.more {
2015-06-17 18:41:22 -07:00
color: #EC407A;
2015-06-15 21:52:01 -07:00
}
2015-06-16 10:37:49 -07:00
paper-button[raised].more {
2015-06-17 18:41:22 -07:00
background: #EC407A;
2015-06-16 10:37:49 -07:00
color: #fff;
2015-06-15 21:52:01 -07:00
}
2015-06-16 10:37:49 -07:00
paper-button.secondary {
2015-06-15 21:52:01 -07:00
color: #52B54B;
}
2015-06-16 10:37:49 -07:00
paper-button[raised].secondary {
2015-06-15 21:52:01 -07:00
background: #52B54B;
color: #fff;
}
2015-06-23 15:13:06 -07:00
paper-button.accent {
color: #52B54B;
}
paper-button[raised].accent {
background: #52B54B;
color: #fff;
}
2015-06-17 23:23:44 -07:00
paper-button.alt {
color: #F57F17;
}
paper-button[raised].alt {
background: #F57F17;
color: #fff;
}
2015-09-16 19:33:45 -07:00
.ui-body-b paper-button.cancel {
2015-06-23 15:13:06 -07:00
color: #444;
}
2015-06-15 21:52:01 -07:00
2015-09-16 19:33:45 -07:00
.ui-body-b paper-button[raised].cancel {
2015-06-23 15:13:06 -07:00
background: #444;
color: #fff;
}
paper-button.cancelDark {
color: #444;
}
paper-button[raised].cancelDark {
background: #444;
color: #fff;
}
2015-06-15 21:52:01 -07:00
2015-09-16 19:33:45 -07:00
.ui-body-b paper-button.subdued:not([disabled]) {
2015-09-11 09:26:06 -07:00
color: #404040;
2015-06-18 12:43:47 -07:00
}
2015-06-17 23:23:44 -07:00
2015-09-16 19:33:45 -07:00
.ui-body-b paper-button[raised].subdued:not([disabled]) {
2015-09-11 09:26:06 -07:00
background: #404040;
2015-06-18 11:29:44 -07:00
color: #fff;
}
2015-06-15 21:52:01 -07:00
2015-09-19 19:06:56 -07:00
.ui-body-b paper-button[raised][disabled].subduedd {
2015-06-18 12:43:47 -07:00
background: #111;
2015-06-18 11:29:44 -07:00
}
2015-06-15 21:52:01 -07:00
2015-06-18 11:29:44 -07:00
paper-button.hover:hover {
background: #eee;
}
2015-06-15 21:52:01 -07:00
2015-06-18 11:29:44 -07:00
paper-button span {
vertical-align: middle;
}
2015-06-17 23:23:44 -07:00
2015-10-08 09:22:14 -07:00
paper-button:not(.iconRight) > iron-icon {
2015-06-18 11:29:44 -07:00
margin-right: .5em;
}
2015-06-15 21:52:01 -07:00
2015-10-08 09:22:14 -07:00
paper-button.iconRight iron-icon {
2015-06-18 11:29:44 -07:00
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
}
paper-button.mini {
min-width: initial;
}
2015-09-23 09:16:06 -07:00
paper-button.mini {
padding: 0.4em 0.7em;
}
2015-06-16 10:37:49 -07:00
2015-09-23 09:16:06 -07:00
paper-button.mini.noIcon {
padding: 0.4em 0.7em;
2015-06-23 15:13:06 -07:00
}
2015-08-21 19:59:10 -07:00
paper-button.mini iron-icon {
height: 20px;
width: 20px;
}
2015-06-16 10:37:49 -07:00
paper-toast {
z-index: 9999999;
}
2015-06-17 23:23:44 -07:00
paper-button.notext {
2015-06-18 11:29:44 -07:00
min-width: 2.8em;
2015-06-17 23:23:44 -07:00
}
2015-06-18 11:29:44 -07:00
paper-button.notext .content {
padding-left: 0 !important;
padding-right: 0 !important;
}
2015-06-17 23:23:44 -07:00
paper-button.notext iron-icon {
margin-right: 0;
}
2015-06-17 08:39:46 -07:00
/*paper-toast {
background-color: #eee;
color: #000;
2015-06-17 18:41:22 -07:00
}*/
2015-06-19 09:36:51 -07:00
.bottomFab {
2015-08-17 11:04:58 -07:00
bottom: 90px;
2015-06-19 09:36:51 -07:00
}
2015-06-19 11:34:21 -07:00
2015-06-19 15:01:47 -07:00
paper-dialog {
border-radius: 4px;
2015-06-19 21:48:45 -07:00
z-index: 999999 !important;
2015-09-17 20:43:30 -07:00
font-family: inherit !important;
2015-06-19 15:01:47 -07:00
}
2015-09-17 20:43:30 -07:00
paper-dialog h2 {
font-family: inherit !important;
}
2015-06-19 11:34:21 -07:00
iron-overlay-backdrop {
z-index: 999998 !important;
}
2015-06-19 15:01:47 -07:00
/* These values default to 24px and create huge white padding around the dialog content. */
.scrollable.paper-dialog-scrollable {
padding: 0 12px;
}
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-06-25 14:50:56 -07:00
paper-dialog + iron-overlay-backdrop {
2015-06-23 21:38:46 -07:00
background-color: transparent !important;
}
2015-06-25 14:50:56 -07:00
paper-dialog[role="alertdialog"] + iron-overlay-backdrop {
background-color: #000 !important;
}
2015-06-26 08:53:49 -07:00
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-02-18 22:03:00 -07:00
.paperCheckboxListLabel {
font-size: 16px;
margin-bottom: .5em;
}
.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 .selectLabel, .ui-body-b .paperCheckboxListLabel, .ui-body-b .fieldDescription {
2016-02-07 14:48:08 -07:00
color: #ccc;
2015-08-19 09:43:23 -07:00
}
2016-02-18 22:03:00 -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 .paperCheckboxListLabel, .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-03-06 11:09:20 -07:00
background-color: #323232;
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
.likePaperText {
-webkit-appearance: none;
-webkit-font-smoothing: antialiased;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
background: none !important;
background-color: transparent !important;
border: 1px solid gray !important;
border-width: 0 0 1px 0 !important;
color: #fff !important;
box-shadow: none;
outline: none !important;
padding: 0 !important;
position: relative;
text-indent: 0px !important;
width: 100%;
-webkit-writing-mode: horizontal-tb;
margin: 0 0 1em 0 !important;
}
.likePaperText:focus {
border-color: #52B54B !important;
}
.likePaperLabel {
margin: 1em 0 .5em !important;
color: #858585 !important;
display: block;
}
2015-09-16 18:33:46 -07:00
2015-12-15 11:24:41 -07:00
div.dialogHeader {
2016-02-08 21:46:25 -07:00
margin: 0 0 2em !important;
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-a .pageContentPaperMaterial {
2016-02-09 11:44:07 -07:00
background-color: #fff;
padding: 1.5em;
}
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-02-08 19:15:26 -07:00
.dialogHeader paper-button {
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 {
background-color: #202020;
2016-02-05 08:31:24 -07:00
}