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

41 lines
686 B
CSS
Raw Normal View History

2016-07-17 23:45:29 -07:00
.itemSelectionPanel {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
background-color: rgba(0, 0, 0, .3);
2016-08-08 19:10:12 -07:00
z-index: 99998;
2016-07-17 23:45:29 -07:00
border: 1px solid #43A047;
}
.selectionCommandsPanel {
position: fixed;
top: 0;
left: 0;
right: 0;
background: #43A047;
2016-07-18 10:13:29 -07:00
padding: .5em;
2016-07-17 23:45:29 -07:00
display: flex;
align-items: center;
color: #fff;
2016-08-08 19:10:12 -07:00
z-index: 99999;
2016-07-17 23:45:29 -07:00
}
.itemSelectionCount {
font-size: 28px;
vertical-align: middle;
color: #fff;
display: inline-block;
padding-top: 1px;
}
2016-08-02 21:30:22 -07:00
.multiSelectCheckboxOutline {
2016-07-17 23:45:29 -07:00
top: 0 !important;
border-radius: 0 !important;
}
2016-07-30 19:54:17 -07:00
.withMultiSelect {
position: relative;
}