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

212 lines
3.6 KiB
CSS
Raw Normal View History

2016-08-04 23:10:24 -07:00
button.emby-button:not(.fab).blue {
2016-06-04 17:17:35 -07:00
color: #03a9f4;
}
2016-08-04 23:10:24 -07:00
button.emby-button:not(.fab).blue:hover {
2016-06-04 17:17:35 -07:00
background: #e1f5f3;
}
2016-08-04 23:10:24 -07:00
button.emby-button.fab.blue {
2016-06-21 21:39:47 -07:00
background: #03a9f4;
}
2016-08-04 23:10:24 -07:00
button.emby-button.menuButton {
2016-06-04 17:17:35 -07:00
color: #212121;
text-align: left;
}
2016-08-04 23:10:24 -07:00
button.emby-button.menuButton:hover {
2016-06-04 17:17:35 -07:00
background: #e1f5f3;
}
2016-08-04 23:10:24 -07:00
button.emby-button.submit {
2016-06-04 17:17:35 -07:00
color: #52B54B;
}
2016-08-04 23:10:24 -07:00
button.emby-button.raised.submit, button.emby-button.raised:not(.subdued):not(.cancel) {
2016-06-04 17:17:35 -07:00
background: #52B54B;
color: #fff;
}
2016-08-04 23:10:24 -07:00
button.emby-button.more {
2016-06-04 17:17:35 -07:00
color: #EC407A;
}
2016-08-04 23:10:24 -07:00
button.emby-button.raised.more {
2016-06-04 17:17:35 -07:00
background: #EC407A;
color: #fff;
}
2016-08-04 23:10:24 -07:00
button.emby-button.secondary {
2016-06-04 17:17:35 -07:00
color: #4285f4;
}
2016-08-04 23:10:24 -07:00
button.emby-button.raised.secondary {
2016-06-04 17:17:35 -07:00
background: #4285f4;
color: #fff;
}
2016-08-04 23:10:24 -07:00
button.emby-button.accent {
2016-06-04 17:17:35 -07:00
color: #52B54B;
}
2016-08-04 23:10:24 -07:00
button.emby-button.raised.accent {
2016-06-04 17:17:35 -07:00
background: #52B54B;
color: #fff;
}
2016-08-04 23:10:24 -07:00
button.emby-button.alt {
2016-06-04 17:17:35 -07:00
color: #F57F17;
}
2016-08-04 23:10:24 -07:00
button.emby-button.raised.alt {
2016-06-04 17:17:35 -07:00
background: #F57F17;
color: #fff;
}
2016-08-04 23:10:24 -07:00
.ui-body-b button.emby-button.cancel {
2016-06-04 17:17:35 -07:00
color: #444;
}
2016-08-04 23:10:24 -07:00
.ui-body-b button.emby-button.raised.cancel {
2016-06-04 17:17:35 -07:00
background: #444;
color: #fff;
}
2016-08-04 23:10:24 -07:00
button.emby-button.cancelDark {
2016-06-04 17:17:35 -07:00
color: #444;
}
2016-08-04 23:10:24 -07:00
button.emby-button.raised.cancelDark {
2016-06-04 17:17:35 -07:00
background: #444;
color: #fff;
}
2016-08-04 23:10:24 -07:00
.ui-body-b button.emby-button.subdued:not([disabled]) {
2016-06-04 17:17:35 -07:00
color: #404040;
}
2016-08-04 23:10:24 -07:00
.ui-body-b button.emby-button.raised.subdued:not([disabled]) {
2016-06-04 17:17:35 -07:00
background: #404040;
color: #fff;
}
2016-08-04 23:10:24 -07:00
.ui-body-b button.emby-button.raised[disabled].subduedd {
2016-06-04 17:17:35 -07:00
background: #111;
}
2016-08-04 23:10:24 -07:00
button.emby-button span {
2016-06-04 17:17:35 -07:00
vertical-align: middle;
}
2016-08-04 23:10:24 -07:00
button.emby-button.iconRight iron-icon {
2016-06-04 17:17:35 -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
}
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-04 23:10:24 -07:00
button.emby-button.mini:not(.fab) iron-icon {
2016-06-04 17:17:35 -07:00
height: 20px;
width: 20px;
}
2016-08-04 23:10:24 -07:00
button.emby-button.notext {
2016-06-04 17:17:35 -07:00
min-width: 2.8em;
2016-06-06 14:12:44 -07:00
padding-left: .25em !important;
padding-right: .25em !important;
2016-06-04 17:17:35 -07:00
}
2016-08-04 23:10:24 -07:00
button.emby-button.notext iron-icon {
2016-06-04 17:17:35 -07:00
margin-right: 0;
}
2016-06-25 18:33:16 -07:00
.fab.green {
background-color: #81c784 !important;
2015-10-27 23:32:02 -07:00
}
2016-06-25 18:33:16 -07:00
.fab.orange {
background-color: #ffd54f !important;
2015-10-27 23:32:02 -07:00
}
2016-06-25 18:33:16 -07:00
.fab.red {
background-color: #e57373 !important;
2015-10-27 23:32:02 -07:00
}
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-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-06-19 10:41:49 -07:00
.ui-body-a .dialogHeader a {
2016-06-21 21:39:47 -07:00
color: #fff !important;
2016-06-19 10:41:49 -07:00
text-transform: uppercase;
}
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 11:24:41 -07:00
.formDialog.background-theme-b {
2016-05-21 21:17:28 -07:00
background-color: #181818;
2016-08-05 12:34:10 -07:00
}