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

104 lines
1.7 KiB
CSS
Raw Normal View History

2016-09-14 23:23:39 -07:00
.raised {
background: #404040;
2016-06-04 17:17:35 -07:00
color: #fff;
}
2016-09-14 23:23:39 -07:00
.ui-body-a .raised {
background: #3388cc;
2016-06-04 17:17:35 -07:00
color: #fff;
}
2016-09-08 23:59:23 -07:00
.ui-body-a .button-submit {
2016-06-04 17:17:35 -07:00
background: #52B54B;
color: #fff;
}
2016-09-08 23:59:23 -07:00
.ui-body-a .button-cancel {
background: #fff;
color: inherit;
2016-06-04 17:17:35 -07:00
}
2016-09-14 23:23:39 -07:00
.button-submit {
2016-09-08 23:59:23 -07:00
background: #52B54B;
2016-06-04 17:17:35 -07:00
color: #fff;
}
2016-09-08 23:59:23 -07:00
.ui-body-a .button-accent {
background: #52B54B;
2016-06-04 17:17:35 -07:00
color: #fff;
}
2016-09-14 23:23:39 -07:00
.button-accent {
2016-09-08 23:59:23 -07:00
background: #52B54B;
2016-06-04 17:17:35 -07:00
color: #fff;
}
2016-09-09 13:06:27 -07:00
.button-accent-flat {
color: #52B54B !important;
}
2016-09-08 23:59:23 -07:00
button.emby-button.raised.more {
background: #3388cc;
2016-06-04 17:17:35 -07:00
color: #fff;
}
2016-09-08 23:59:23 -07:00
.emby-button > span {
2016-06-04 17:17:35 -07:00
vertical-align: middle;
}
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-08-04 23:10:24 -07:00
button.emby-button.mini:not(.fab) {
2016-06-04 17:17:35 -07:00
padding: 0.4em 0.7em;
}
2016-08-02 21:30:22 -07:00
.ui-body-b .paperListLabel, .ui-body-b .fieldDescription, .ui-body-b .selectLabelUnfocused, .ui-body-b .inputLabelUnfocused, .ui-body-b .textareaLabelUnfocused {
2015-07-28 12:42:24 -07:00
color: #ccc;
}
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
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-08-06 23:15:03 -07:00
.ui-body-a div.formDialogHeader {
2016-02-08 21:46:25 -07:00
background-color: #52B54B;
color: #fff;
}
2016-09-07 10:17:26 -07:00
.ui-body-a div.formDialogFooter {
2016-09-11 00:33:53 -07:00
background-color: #f0f0f0;
2016-09-07 19:55:54 -07:00
border-top: 1px solid #ddd;
2016-09-07 10:17:26 -07:00
color: inherit;
}
2016-08-06 23:15:03 -07:00
.ui-body-a .formDialogHeader a {
2016-06-21 21:39:47 -07:00
color: #fff !important;
2016-06-19 10:41:49 -07:00
text-transform: uppercase;
2016-09-08 23:59:23 -07:00
}