Add datatables-1.9.4 and jquery-1.10.2 libraries
[proteocache.git] / webapp / resources / datatables-1.9.4 / extras / ColVis / media / css / ColVis.css
1
2 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3  * ColVis styles
4  */
5 .ColVis {
6         float: right;
7         margin-bottom: 1em;
8 }
9
10 .ColVis_Button {
11         position: relative;
12         float: left;
13         margin-right: 3px;
14         padding: 3px 5px;
15         height: 30px;
16         background-color: #fff;
17         border: 1px solid #d0d0d0;
18         cursor: pointer;
19         *cursor: hand;
20 }
21
22 button.ColVis_Button::-moz-focus-inner { 
23         border: none !important;
24         padding: 0;
25 }
26
27 .ColVis_text_hover {
28         border: 1px solid #999;
29         background-color: #f0f0f0;
30 }
31
32 div.ColVis_collectionBackground {
33         background-color: black;
34         z-index: 1100;
35 }
36
37 div.ColVis_collection {
38         position: relative;
39         width: 150px;
40         background-color: #f3f3f3;
41         padding: 3px;
42         border: 1px solid #ccc;
43         z-index: 1102;
44 }
45
46 div.ColVis_collection button.ColVis_Button {
47         background-color: white;
48         width: 100%;
49         float: none;
50         margin-bottom: 2px;
51 }
52
53 div.ColVis_catcher {
54         position: absolute;
55         z-index: 1101;
56 }
57
58 .disabled {
59         color: #999;
60 }
61
62
63
64 button.ColVis_Button {
65         text-align: left;
66 }
67
68 div.ColVis_collection button.ColVis_Button:hover {
69         border: 1px solid #999;
70         background-color: #f0f0f0;
71 }
72
73 span.ColVis_radio {
74         display: inline-block;
75         width: 20px;
76 }