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/bower_components/emby-webcomponents/itemhovermenu/itemhovermenu.css

50 lines
800 B
CSS
Raw Normal View History

.cardOverlayTarget {
position: absolute;
right: 0;
left: 0;
bottom: 0;
top: 0;
background-color: rgba(0, 0, 0, .85);
z-index: 998;
line-height: initial;
2016-07-18 13:13:29 -04:00
font-size: initial;
}
.cardOverlayInner {
2016-07-18 13:13:29 -04:00
padding: .5em;
color: #fff;
2016-07-18 13:13:29 -04:00
text-align: left;
2016-08-06 22:11:39 -04:00
font-size: 90%;
}
.cardOverlayMediaInfo {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 1em 0;
color: #ddd;
}
.cardOverlayButtons {
display: flex;
align-items: center;
flex-wrap: wrap;
}
2016-08-02 01:55:52 -04:00
.cardOverlayFab {
background-color: #282828 !important;
margin-right: .25em !important;
}
2016-08-03 00:30:22 -04:00
.withHoverMenu {
overflow: hidden;
}
@media all and (max-width: 1200px) {
.cardOverlayInner {
padding-left: 7px;
padding-right: 7px;
}
}