jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css

244 lines
5.5 KiB
CSS
Raw Normal View History

2016-06-04 17:17:35 -07:00
[is="emby-button"] {
position: relative;
2016-06-05 11:51:18 -07:00
display: inline-block;
2016-06-04 17:17:35 -07:00
align-items: center;
box-sizing: border-box;
margin: 0 .29em;
background: transparent;
text-align: center;
2016-06-04 20:50:07 -07:00
font-size: inherit;
font-family: inherit;
2016-06-04 17:17:35 -07:00
color: inherit;
outline-width: 0;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: pointer;
z-index: 0;
padding: 0.7em 0.57em;
font-weight: normal;
vertical-align: middle;
border: 0;
vertical-align: middle;
border-radius: 3px;
/* These are getting an outline in opera tv browsers, which run chrome 30 */
outline: none !important;
position: relative;
overflow: hidden;
2016-06-04 20:50:07 -07:00
font-weight: 500;
text-transform: uppercase;
2016-06-04 17:17:35 -07:00
}
2016-06-05 11:51:18 -07:00
[is="emby-button"].raised, [is="emby-button"].fab {
2016-06-04 17:17:35 -07:00
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);
}
2016-06-05 11:51:18 -07:00
[is="emby-button"].fab {
2016-06-06 14:12:44 -07:00
display: inline-flex;
2016-06-05 11:51:18 -07:00
border-radius: 50%;
min-width: 56px;
min-height: 56px;
height: 5.2vh;
width: 5.2vh;
background-color: #444;
padding: .6em;
box-sizing: border-box;
align-items: center;
justify-content: center;
text-align: center;
color: #fff !important;
margin: 0;
}
2016-06-09 23:54:03 -07:00
[is="emby-button"].fab i {
height: 4.4vh;
width: 4.4vh;
vertical-align: middle;
}
2016-06-06 14:12:44 -07:00
[is="emby-button"].noflex {
display: inline-block;
}
[is="emby-button"].fab.mini {
min-width: 40px !important;
min-height: 40px !important;
height: 3.3vh !important;
width: 3.3vh !important;
2016-06-11 08:55:39 -07:00
padding: .4em;
2016-06-06 14:12:44 -07:00
}
2016-06-05 11:51:18 -07:00
2016-06-09 23:54:03 -07:00
[is="emby-button"].fab.mini i {
height: 2.6vh !important;
width: 2.6vh !important;
}
2016-06-06 14:12:44 -07:00
[is="emby-button"].fab iron-icon {
width: 100%;
height: 100%;
vertical-align: middle;
}
2016-06-05 11:51:18 -07:00
2016-06-11 08:55:39 -07:00
[is="emby-button"].fab i {
vertical-align: middle;
}
2016-06-04 17:17:35 -07:00
[is="emby-button"].block {
2016-06-05 11:51:18 -07:00
display: block;
2016-06-04 17:17:35 -07:00
align-items: center;
justify-content: center;
2016-06-04 20:50:07 -07:00
margin: .25em 0;
2016-06-04 17:17:35 -07:00
width: 100%;
}
[is="emby-button"].raised:focus {
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
[is="emby-button"] iron-icon + span {
margin-left: .5em;
}
2016-06-09 23:54:03 -07:00
[is="emby-button"] i + span {
margin-left: .5em;
}
2016-06-11 08:55:39 -07:00
[is=emby-button].autoSize {
2016-06-09 23:54:03 -07:00
width: auto !important;
height: auto !important;
}
2016-06-05 13:46:19 -07:00
[is=paper-icon-button-light] {
position: relative;
2016-06-06 18:55:16 -07:00
display: inline-flex;
2016-06-05 13:46:19 -07:00
align-items: center;
box-sizing: border-box;
margin: 0 .29em;
background: transparent;
text-align: center;
font-size: inherit;
font-family: inherit;
color: inherit;
outline-width: 0;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: pointer;
z-index: 0;
2016-06-06 18:55:16 -07:00
min-width: 24px;
min-height: 24px;
2016-06-05 13:46:19 -07:00
width: 40px;
height: 40px;
padding: 8px;
font-weight: normal;
vertical-align: middle;
border: 0;
vertical-align: middle;
/* These are getting an outline in opera tv browsers, which run chrome 30 */
outline: none !important;
position: relative;
overflow: hidden;
font-weight: 500;
text-transform: uppercase;
border-radius: 50%;
2016-06-06 10:33:27 -07:00
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2016-06-09 23:54:03 -07:00
justify-content: center;
2016-06-05 13:46:19 -07:00
}
2016-06-09 23:54:03 -07:00
[is=paper-icon-button-light].autoSize {
width: auto !important;
height: auto !important;
}
2016-06-07 10:36:32 -07:00
[is=paper-icon-button-light][disabled] {
opacity: .3;
}
2016-06-09 23:54:03 -07:00
[is=paper-icon-button-light] i {
width: 24px;
height: 24px;
font-size: 24px;
/* Make sure its on top of the ripple */
position: relative;
z-index: 1;
vertical-align: middle;
}
2016-06-06 10:33:27 -07:00
.layout-tv [is=paper-icon-button-light] {
2016-06-09 23:54:03 -07:00
width: auto;
height: auto;
min-width: initial;
min-height: initial;
2016-06-06 10:33:27 -07:00
}
2016-06-05 13:46:19 -07:00
2016-06-09 23:54:03 -07:00
.layout-tv [is=paper-icon-button-light] i {
width: 3.7vh;
height: 3.7vh;
font-size: 3.7vh;
}
2016-06-06 10:33:27 -07:00
[is=paper-icon-button-light] iron-icon {
width: 100%;
height: 100%;
/* Make sure its on top of the ripple */
position: relative;
z-index: 1;
2016-06-06 14:12:44 -07:00
vertical-align: middle;
2016-06-06 10:33:27 -07:00
}
2016-06-05 13:46:19 -07:00
2016-06-06 10:33:27 -07:00
[is=paper-icon-button-light] img {
width: 100%;
2016-06-06 14:12:44 -07:00
/* Can't use 100% height or it will stretch past the boundaries in safari */
/*height: 100%;*/
max-height: 100%;
2016-06-06 10:33:27 -07:00
/* Make sure its on top of the ripple */
position: relative;
z-index: 1;
2016-06-06 14:12:44 -07:00
vertical-align: middle;
2016-06-06 10:33:27 -07:00
}
2016-06-05 13:46:19 -07:00
2016-06-06 10:33:27 -07:00
[is=paper-icon-button-light]:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: opacity .3s ease-out;
background: currentcolor;
opacity: 0;
}
[is=paper-icon-button-light]:focus:after {
opacity: .2;
}
2016-06-05 13:46:19 -07:00
2016-06-04 17:17:35 -07:00
.ripple-effect {
position: absolute;
border-radius: 50%;
width: 50px;
height: 50px;
top: 50%;
left: 50%;
2016-06-04 20:50:07 -07:00
background: currentcolor;
animation: ripple-animation .8s;
opacity: 0.25;
-webkit-transform: translate(0, 0);
transform: translate3d(0, 0, 0);
2016-06-04 17:17:35 -07:00
}
@keyframes ripple-animation {
from {
transform: none;
2016-06-04 20:50:07 -07:00
opacity: 0.5;
2016-06-04 17:17:35 -07:00
}
to {
2016-06-04 20:50:07 -07:00
transform: scale(20);
2016-06-04 17:17:35 -07:00
opacity: 0;
}
}