1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/thirdparty/paper-button-style.css

587 lines
11 KiB
CSS
Raw Normal View History

2015-06-16 00:52:01 -04:00
paper-button {
font-weight: 500;
vertical-align: middle;
2015-06-18 15:43:47 -04:00
margin-top: 5px;
margin-bottom: 5px;
2015-06-16 00:52:01 -04:00
}
paper-button.block {
display: block;
}
2015-06-19 12:36:51 -04:00
paper-button.blue {
color: #03a9f4;
}
paper-button.blue:hover {
background: #e1f5f3;
}
2015-06-19 18:01:47 -04:00
paper-button.menuButton {
color: #212121;
text-align: left;
}
paper-button.menuButton:hover {
background: #e1f5f3;
}
2015-06-19 12:36:51 -04:00
paper-button.ripple::shadow paper-ripple {
color: #ff3bee;
}
paper-button.ripple paper-ripple {
color: #ff3bee;
}
2015-06-16 13:37:49 -04:00
paper-button.submit {
2015-06-16 00:52:01 -04:00
color: #4285f4;
}
2015-06-16 13:37:49 -04:00
paper-button[raised].submit {
2015-06-16 00:52:01 -04:00
background: #4285f4;
color: #fff;
}
2015-06-16 13:37:49 -04:00
paper-button.more {
2015-06-17 21:41:22 -04:00
color: #EC407A;
2015-06-16 00:52:01 -04:00
}
2015-06-16 13:37:49 -04:00
paper-button[raised].more {
2015-06-17 21:41:22 -04:00
background: #EC407A;
2015-06-16 13:37:49 -04:00
color: #fff;
2015-06-16 00:52:01 -04:00
}
2015-06-16 13:37:49 -04:00
paper-button.secondary {
2015-06-16 00:52:01 -04:00
color: #52B54B;
}
2015-06-16 13:37:49 -04:00
paper-button[raised].secondary {
2015-06-16 00:52:01 -04:00
background: #52B54B;
color: #fff;
}
2015-06-23 18:13:06 -04:00
paper-button.accent {
color: #52B54B;
}
paper-button[raised].accent {
background: #52B54B;
color: #fff;
}
2015-06-18 02:23:44 -04:00
paper-button.alt {
color: #F57F17;
}
paper-button[raised].alt {
background: #F57F17;
color: #fff;
}
2015-09-16 22:33:45 -04:00
.ui-body-b paper-button.cancel {
2015-06-23 18:13:06 -04:00
color: #444;
}
2015-06-16 00:52:01 -04:00
2015-09-16 22:33:45 -04:00
.ui-body-b paper-button[raised].cancel {
2015-06-23 18:13:06 -04:00
background: #444;
color: #fff;
}
paper-button.cancelDark {
color: #444;
}
paper-button[raised].cancelDark {
background: #444;
color: #fff;
}
2015-06-16 00:52:01 -04:00
2015-09-16 22:33:45 -04:00
.ui-body-b paper-button.subdued:not([disabled]) {
2015-09-11 12:26:06 -04:00
color: #404040;
2015-06-18 15:43:47 -04:00
}
2015-06-18 02:23:44 -04:00
2015-09-16 22:33:45 -04:00
.ui-body-b paper-button[raised].subdued:not([disabled]) {
2015-09-11 12:26:06 -04:00
background: #404040;
2015-06-18 14:29:44 -04:00
color: #fff;
}
2015-06-16 00:52:01 -04:00
2015-09-19 22:06:56 -04:00
.ui-body-b paper-button[raised][disabled].subduedd {
2015-06-18 15:43:47 -04:00
background: #111;
2015-06-18 14:29:44 -04:00
}
2015-06-16 00:52:01 -04:00
2015-06-18 14:29:44 -04:00
paper-button.hover:hover {
background: #eee;
}
2015-06-16 00:52:01 -04:00
2015-06-18 14:29:44 -04:00
paper-button span {
vertical-align: middle;
}
2015-06-18 02:23:44 -04:00
2015-10-08 12:22:14 -04:00
paper-button:not(.iconRight) > iron-icon {
2015-06-18 14:29:44 -04:00
margin-right: .5em;
}
2015-06-16 00:52:01 -04:00
2015-10-08 12:22:14 -04:00
paper-button.iconRight iron-icon {
2015-06-18 14:29:44 -04:00
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
}
paper-button.mini {
min-width: initial;
}
2015-09-23 12:16:06 -04:00
paper-button.mini {
padding: 0.4em 0.7em;
}
2015-06-16 13:37:49 -04:00
2015-09-23 12:16:06 -04:00
paper-button.mini.noIcon {
padding: 0.4em 0.7em;
2015-06-23 18:13:06 -04:00
}
2015-08-21 22:59:10 -04:00
paper-button.mini iron-icon {
height: 20px;
width: 20px;
}
2015-06-16 13:37:49 -04:00
paper-toast {
z-index: 9999999;
}
2015-06-18 02:23:44 -04:00
paper-button.notext {
2015-06-18 14:29:44 -04:00
min-width: 2.8em;
2015-06-18 02:23:44 -04:00
}
2015-06-18 14:29:44 -04:00
paper-button.notext .content {
padding-left: 0 !important;
padding-right: 0 !important;
}
2015-06-18 02:23:44 -04:00
paper-button.notext iron-icon {
margin-right: 0;
}
2016-02-05 10:31:24 -05:00
.promptDialogContent paper-button {
color: #43A047;
}
2015-07-15 07:26:47 -04:00
.docspinner {
2015-06-16 13:37:49 -04:00
display: block;
margin-top: -14px;
margin-left: -14px;
position: fixed;
top: 50%;
left: 50%;
z-index: 9999999;
}
2015-06-17 11:39:46 -04:00
/*paper-toast {
background-color: #eee;
color: #000;
2015-06-17 21:41:22 -04:00
}*/
2015-06-19 12:36:51 -04:00
.bottomFab {
2015-08-17 14:04:58 -04:00
bottom: 90px;
2015-06-19 12:36:51 -04:00
}
2015-06-19 14:34:21 -04:00
2015-06-19 18:01:47 -04:00
paper-dialog {
border-radius: 4px;
2015-06-20 00:48:45 -04:00
z-index: 999999 !important;
2015-09-17 23:43:30 -04:00
font-family: inherit !important;
2015-06-19 18:01:47 -04:00
}
2015-09-17 23:43:30 -04:00
paper-dialog h2 {
font-family: inherit !important;
}
2015-06-19 14:34:21 -04:00
iron-overlay-backdrop {
z-index: 999998 !important;
}
2015-06-19 18:01:47 -04:00
/* These values default to 24px and create huge white padding around the dialog content. */
.scrollable.paper-dialog-scrollable {
padding: 0 12px;
}
2015-06-25 17:50:56 -04:00
paper-dialog > *:last-child:not(.buttons) {
2015-06-19 18:01:47 -04:00
margin-bottom: 12px;
}
2015-06-25 17:50:56 -04:00
paper-dialog > *:first-child:not(h2) {
2015-06-19 18:01:47 -04:00
margin-top: 12px;
}
2015-06-24 00:38:46 -04:00
paper-icon-button paper-ripple {
color: inherit !important;
}
2015-09-16 22:33:45 -04:00
.ui-body-b paper-icon-button[disabled] {
2015-09-05 17:15:36 -04:00
color: #444 !important;
}
2015-06-25 17:50:56 -04:00
paper-dialog + iron-overlay-backdrop {
2015-06-24 00:38:46 -04:00
background-color: transparent !important;
}
2015-06-25 17:50:56 -04:00
paper-dialog[role="alertdialog"] + iron-overlay-backdrop {
background-color: #000 !important;
}
2015-06-26 11:53:49 -04:00
2015-07-02 01:08:05 -04:00
paper-tabs {
2015-06-26 11:53:49 -04:00
background-color: #111;
color: #fff;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
paper-tab {
text-transform: uppercase;
2015-07-01 11:47:41 -04:00
font-weight: 400;
2015-06-26 11:53:49 -04:00
}
2015-07-02 01:08:05 -04:00
paper-tabs #selectionBar {
2015-09-27 11:00:57 -04:00
background-color: #52B54B !important;
2015-06-26 11:53:49 -04:00
}
2015-07-02 01:08:05 -04:00
paper-tabs paper-ripple {
2015-09-27 11:00:57 -04:00
color: #52B54B !important;
2015-06-26 11:53:49 -04:00
}
2015-09-06 15:09:36 -04:00
paper-fab {
vertical-align: middle;
2015-10-08 13:28:26 -04:00
display: inline-flex !important;
2015-09-06 15:09:36 -04:00
}
2015-09-07 21:00:46 -04:00
paper-fab.mini {
width: 22px;
height: 22px;
}
2015-06-26 11:53:49 -04:00
2015-09-12 12:39:24 -04:00
paper-fab.mini iron-icon {
width: 22px;
height: 22px;
}
2015-10-16 01:36:16 -04: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 11:53:49 -04:00
}
2015-10-16 01:36:16 -04: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 21:00:46 -04:00
2015-09-16 22:33:45 -04:00
.ui-body-b paper-fab[disabled].subdued {
2015-06-26 11:53:49 -04:00
background: #222;
}
2015-06-26 12:24:21 -04:00
paper-fab.white {
background: #fff;
color: #000;
}
paper-fab.white paper-material.keyboard-focus {
background: #01579b !important;
color: #fff;
}
2015-06-26 11:53:49 -04: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 23:27:38 -04:00
2015-09-23 22:31:40 -04:00
paper-fab.accent {
background-color: #52B54B;
}
2015-10-28 02:32:02 -04: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 23:27:38 -04:00
paper-slider {
width: 100%;
}
2015-06-30 13:21:20 -04:00
2015-09-27 17:02:39 -04:00
.paper-slider-0 #sliderKnobInner.paper-slider {
background-color: #52B54B;
2016-01-12 13:02:46 -05:00
border-color: #52B54B;
2015-09-27 17:02:39 -04:00
}
.paper-slider-0 paper-ripple.paper-slider {
color: #52B54B;
}
2015-10-08 12:22:14 -04:00
2015-10-20 18:06:49 -04:00
.paper-slider-0 #sliderKnobInner.paper-slider::before {
2015-10-22 11:03:08 -04:00
background-color: #388E3C !important;
2015-10-20 18:06:49 -04:00
}
2015-09-27 17:02:39 -04:00
.paper-progress-0 #primaryProgress.paper-progress {
background-color: #52B54B;
}
2015-10-08 12:22:14 -04:00
2015-09-27 17:02:39 -04:00
.paper-progress-0 #secondaryProgress.paper-progress {
background-color: #92B54B;
}
2015-10-08 12:22:14 -04:00
2015-06-30 13:21:20 -04:00
paper-menu-item {
padding: .35em .5em;
2015-08-25 22:13:28 -04:00
cursor: pointer;
2015-06-30 13:21:20 -04:00
}
2015-07-02 01:08:05 -04:00
paper-menu-item iron-icon {
margin-right: 1.5em;
}
2015-08-25 22:13:28 -04:00
paper-menu-item:hover {
2015-07-02 01:08:05 -04:00
background: #eee;
}
2015-06-30 13:21:20 -04:00
.scrollablePaperTabs paper-icon-button {
display: none !important;
}
2015-09-16 22:33:45 -04:00
.ui-body-b paper-item-body [secondary] {
2015-07-28 15:42:24 -04:00
color: #aaa;
}
2015-09-16 22:33:45 -04:00
.ui-body-b paper-checkbox paper-ripple {
2015-09-07 21:00:46 -04:00
color: #fff !important;
}
2015-07-28 15:42:24 -04:00
2015-09-16 22:33:45 -04:00
.ui-body-b paper-checkbox #checkboxLabel.paper-checkbox {
2015-09-07 21:00:46 -04:00
color: inherit;
}
2015-07-28 15:42:24 -04:00
2015-09-19 22:06:56 -04:00
.ui-body-a .paperCheckboxFieldDescription {
color: #333;
}
2015-09-16 22:33:45 -04:00
.ui-body-b .paperCheckboxFieldDescription {
2015-07-28 15:42:24 -04:00
color: #ccc;
}
2015-09-16 22:33:45 -04:00
.ui-body-b paper-checkbox #checkbox.paper-checkbox {
2015-09-22 12:06:27 -04:00
border-color: #dedede;
2015-07-28 15:42:24 -04:00
}
2015-09-21 11:43:10 -04:00
.ui-body-a paper-checkbox #checkbox.checked.paper-checkbox {
background-color: #52B54B;
border-color: #52B54B;
}
2015-09-16 22:33:45 -04:00
.ui-body-b paper-checkbox #checkbox.checked.paper-checkbox {
2015-09-21 11:43:10 -04: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 15:42:24 -04:00
}
2015-08-17 00:08:33 -04:00
.paperCheckboxList paper-checkbox {
display: block;
padding: .5em 0;
}
2015-08-19 12:43:23 -04:00
paper-input label, paper-textarea label {
font-size: 18px !important;
2015-08-16 14:37:53 -04:00
font-family: inherit !important;
2015-08-18 11:25:57 -04:00
}
2016-02-07 14:47:09 -05: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 .selectLabel, .ui-body-b .fieldDescription {
2016-02-07 16:48:08 -05:00
color: #ccc;
2015-08-19 12:43:23 -04:00
}
2016-02-07 14:47:09 -05: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 .fieldDescription {
2015-09-19 22:06:56 -04:00
color: #656565;
2015-08-20 16:54:00 -04:00
}
2015-09-19 22:06:56 -04: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-19 02:12:58 -04:00
}
2015-09-19 22:06:56 -04: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 15:42:24 -04:00
}
2015-09-19 22:06:56 -04: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 15:42:24 -04:00
}
2015-08-19 02:12:58 -04:00
paper-input .focused-line, paper-textarea .focused-line {
2015-07-28 15:42:24 -04:00
background-color: #52B54B !important;
}
2015-09-16 22:33:45 -04:00
.ui-body-b .unfocused-line.paper-input-container, .ui-body-b .unfocused-line.paper-textarea-container {
2015-08-16 16:26:49 -04:00
background: #454545;
2015-07-28 15:42:24 -04:00
}
2015-08-02 15:08:55 -04:00
2015-07-30 11:18:07 -04:00
paper-textarea.mono textarea {
2015-08-02 15:08:55 -04:00
font-family: monospace !important;
}
.paperList {
padding-top: 12px;
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 12:52:56 -04:00
background-color: #fff;
}
2015-09-16 22:33:45 -04:00
.ui-body-b .paperList {
2015-12-14 10:43:03 -05:00
background-color: #2b2b2b;
2015-08-02 15:08:55 -04:00
}
2015-08-14 10:42:40 -04:00
paper-dropdown-menu {
text-align: left;
margin: auto;
width: 100%;
display: inline-block;
}
2015-08-16 14:37:53 -04:00
paper-dropdown-menu paper-item {
display: block;
2015-08-17 12:52:56 -04:00
}
2015-08-25 22:13:28 -04:00
paper-dialog paper-radio-group paper-radio-button {
padding: 6px 12px;
}
2015-09-01 15:18:25 -04: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 21:33:46 -04:00
2015-12-15 13:24:41 -05:00
div.dialogHeader {
2016-02-05 10:31:24 -05:00
margin: 0 0 2.5em !important;
2015-12-15 15:10:41 -05:00
padding: .35em .5em;
2015-12-15 13:24:41 -05:00
background-color: #101010;
display: flex;
align-items: center;
line-height: normal;
font-size: 110%;
}
.dialogHeaderTitle {
margin-left: .75em;
}
paper-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
2015-10-15 22:06:44 -04:00
paper-dialog.popupEditor {
padding-bottom: 100px;
}
2015-12-15 14:15:46 -05:00
.paper-toggle-button-0 .toggle-label.paper-toggle-button {
color: inherit;
2015-09-21 11:43:10 -04: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 13:28:26 -04:00
}
2015-12-15 13:24:41 -05:00
.formDialog.background-theme-b {
background-color: #202020;
2016-02-05 10:31:24 -05:00
}