]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/css/dataTables.colvis.jqueryui.css
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / plugins / datatables / extensions / ColVis / css / dataTables.colvis.jqueryui.css
CommitLineData
31f18b77
FG
1
2button.ColVis_Button,
3ul.ColVis_collection li {
4 padding: 0.5em;
5}
6
7ul.ColVis_collection {
8 margin: 0;
9 padding: 0;
10 overflow: hidden;
11 z-index: 2002;
12}
13
14ul.ColVis_collection li {
15 clear: both;
16 display: block;
17 text-align: left;
18 margin: -1px 0 0 0;
19}
20
21ul.ColVis_collection li span {
22 display: inline-block;
23 padding-left: 0.5em;
24 cursor: pointer;
25}
26
27div.ColVis_collectionBackground {
28 position: fixed;
29 top: 0;
30 left: 0;
31 height: 100%;
32 width: 100%;
33 background-color: black;
34 z-index: 1100;
35}
36
37
38div.ColVis_catcher {
39 position: absolute;
40 z-index: 1101;
41}