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

198 lines
3.3 KiB
CSS
Raw Normal View History

2016-08-05 02:10:24 -04:00
button.emby-button:not(.fab).blue {
2016-06-04 20:17:35 -04:00
color: #03a9f4;
}
2016-08-05 02:10:24 -04:00
button.emby-button:not(.fab).blue:hover {
2016-06-04 20:17:35 -04:00
background: #e1f5f3;
}
2016-08-05 02:10:24 -04:00
button.emby-button.fab.blue {
2016-06-22 00:39:47 -04:00
background: #03a9f4;
}
2016-08-05 02:10:24 -04:00
button.emby-button.menuButton {
2016-06-04 20:17:35 -04:00
color: #212121;
text-align: left;
}
2016-08-05 02:10:24 -04:00
button.emby-button.menuButton:hover {
2016-06-04 20:17:35 -04:00
background: #e1f5f3;
}
2016-08-05 02:10:24 -04:00
button.emby-button.submit {
2016-06-04 20:17:35 -04:00
color: #52B54B;
}
2016-08-05 02:10:24 -04:00
button.emby-button.raised.submit, button.emby-button.raised:not(.subdued):not(.cancel) {
2016-06-04 20:17:35 -04:00
background: #52B54B;
color: #fff;
}
2016-08-05 02:10:24 -04:00
button.emby-button.more {
2016-06-04 20:17:35 -04:00
color: #EC407A;
}
2016-08-05 02:10:24 -04:00
button.emby-button.raised.more {
2016-06-04 20:17:35 -04:00
background: #EC407A;
color: #fff;
}
2016-08-05 02:10:24 -04:00
button.emby-button.secondary {
2016-06-04 20:17:35 -04:00
color: #4285f4;
}
2016-08-05 02:10:24 -04:00
button.emby-button.raised.secondary {
2016-06-04 20:17:35 -04:00
background: #4285f4;
color: #fff;
}
2016-08-05 02:10:24 -04:00
button.emby-button.accent {
2016-06-04 20:17:35 -04:00
color: #52B54B;
}
2016-08-05 02:10:24 -04:00
button.emby-button.raised.accent {
2016-06-04 20:17:35 -04:00
background: #52B54B;
color: #fff;
}
2016-08-05 02:10:24 -04:00
button.emby-button.alt {
2016-06-04 20:17:35 -04:00
color: #F57F17;
}
2016-08-05 02:10:24 -04:00
button.emby-button.raised.alt {
2016-06-04 20:17:35 -04:00
background: #F57F17;
color: #fff;
}
2016-08-05 02:10:24 -04:00
.ui-body-b button.emby-button.cancel {
2016-06-04 20:17:35 -04:00
color: #444;
}
2016-08-05 02:10:24 -04:00
.ui-body-b button.emby-button.raised.cancel {
2016-06-04 20:17:35 -04:00
background: #444;
color: #fff;
}
2016-08-05 02:10:24 -04:00
button.emby-button.cancelDark {
2016-06-04 20:17:35 -04:00
color: #444;
}
2016-08-05 02:10:24 -04:00
button.emby-button.raised.cancelDark {
2016-06-04 20:17:35 -04:00
background: #444;
color: #fff;
}
2016-08-05 02:10:24 -04:00
.ui-body-b button.emby-button.subdued:not([disabled]) {
2016-06-04 20:17:35 -04:00
color: #404040;
}
2016-08-05 02:10:24 -04:00
.ui-body-b button.emby-button.raised.subdued:not([disabled]) {
2016-06-04 20:17:35 -04:00
background: #404040;
color: #fff;
}
2016-08-05 02:10:24 -04:00
.ui-body-b button.emby-button.raised[disabled].subduedd {
2016-06-04 20:17:35 -04:00
background: #111;
}
2016-08-05 02:10:24 -04:00
button.emby-button span {
2016-06-04 20:17:35 -04:00
vertical-align: middle;
}
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
}
2016-08-05 02:10:24 -04:00
button.emby-button.mini:not(.fab) {
2016-06-04 20:17:35 -04:00
padding: 0.4em 0.7em;
}
2016-08-05 02:10:24 -04:00
button.emby-button.notext {
2016-06-04 20:17:35 -04:00
min-width: 2.8em;
2016-06-06 17:12:44 -04:00
padding-left: .25em !important;
padding-right: .25em !important;
2016-06-04 20:17:35 -04:00
}
2016-06-25 21:33:16 -04:00
.fab.green {
background-color: #81c784 !important;
2015-10-28 02:32:02 -04:00
}
2016-06-25 21:33:16 -04:00
.fab.orange {
background-color: #ffd54f !important;
2015-10-28 02:32:02 -04:00
}
2016-06-25 21:33:16 -04:00
.fab.red {
background-color: #e57373 !important;
2015-10-28 02:32:02 -04:00
}
2016-08-03 00:30:22 -04:00
.ui-body-b .paperListLabel, .ui-body-b .fieldDescription, .ui-body-b .selectLabelUnfocused, .ui-body-b .inputLabelUnfocused, .ui-body-b .textareaLabelUnfocused {
2015-07-28 15:42:24 -04:00
color: #ccc;
}
2015-09-16 22:33:45 -04:00
.ui-body-b .paperList {
2016-05-31 11:29:00 -04:00
background-color: #2b2b2b;
2015-08-02 15:08:55 -04:00
}
2015-08-14 10:42:40 -04:00
2015-12-15 13:24:41 -05:00
div.dialogHeader {
2015-12-15 15:10:41 -05:00
padding: .35em .5em;
2015-12-15 13:24:41 -05:00
display: flex;
align-items: center;
line-height: normal;
font-size: 110%;
}
2016-02-10 21:56:24 -05:00
.ui-body-a div.dialogHeader {
2016-02-08 23:46:25 -05:00
background-color: #52B54B;
color: #fff;
}
2016-06-19 13:41:49 -04:00
.ui-body-a .dialogHeader a {
2016-06-22 00:39:47 -04:00
color: #fff !important;
2016-06-19 13:41:49 -04:00
text-transform: uppercase;
}
2016-02-10 21:56:24 -05:00
.ui-body-b div.dialogHeader {
2016-02-08 23:46:25 -05:00
background-color: #101010;
}
2015-12-15 13:24:41 -05:00
.dialogHeaderTitle {
margin-left: .75em;
}
2016-03-23 15:03:17 -04:00
.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
2016-06-04 23:50:07 -04:00
.dialogHeader button {
2016-02-08 21:15:26 -05:00
margin-top: 0;
margin-bottom: 0;
}
2016-03-23 15:03:17 -04:00
.dialog.popupEditor {
2015-10-15 22:06:44 -04:00
padding-bottom: 100px;
}
2015-12-15 13:24:41 -05:00
.formDialog.background-theme-b {
2016-05-22 00:17:28 -04:00
background-color: #181818;
2016-08-05 16:43:11 -04:00
}