jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/multiselect/multiselect.css
2016-08-08 22:10:12 -04:00

41 lines
686 B
CSS

.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 {
font-size: 28px;
vertical-align: middle;
color: #fff;
display: inline-block;
padding-top: 1px;
}
.multiSelectCheckboxOutline {
top: 0 !important;
border-radius: 0 !important;
}
.withMultiSelect {
position: relative;
}