1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Luke Pulverenti 2017-01-27 18:07:14 -05:00
parent 82bcca376f
commit 8a6884abef
494 changed files with 256 additions and 120180 deletions

View file

@ -1,39 +1 @@
.itemSelectionPanel {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
background-color: rgba(0, 0, 0, .3);
z-index: 99998;
border: 1px solid #43A047;
}
.selectionCommandsPanel {
position: fixed;
top: 0;
left: 0;
right: 0;
background: #43A047;
padding: .5em;
display: flex;
align-items: center;
color: #fff;
z-index: 99999;
}
.itemSelectionCount {
vertical-align: middle;
color: #fff;
opacity: 1 !important;
margin: 0;
}
.multiSelectCheckboxOutline {
top: 0 !important;
border-radius: 0 !important;
}
.withMultiSelect {
position: relative;
}
.itemSelectionPanel{position:absolute;bottom:0;left:0;right:0;top:0;background-color:rgba(0,0,0,.3);z-index:99998;border:1px solid #43A047}.selectionCommandsPanel{position:fixed;top:0;left:0;right:0;background:#43A047;padding:.5em;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#fff;z-index:99999}.itemSelectionCount{vertical-align:middle;color:#fff;opacity:1!important;margin:0}.multiSelectCheckboxOutline{top:0!important;-webkit-border-radius:0!important;border-radius:0!important}.withMultiSelect{position:relative}