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/multiselect/multiselect.css

41 lines
686 B
CSS
Raw Normal View History

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