Added DataTables 1.9.0, minus examples and documentation.
[openemr.git] / library / js / datatables / extras / ColVis / media / css / ColVisAlt.css
blob93f35b61d7d5671e7bd2dea7a34de20c1f86a5ed
1 /*
2 * An alternative styling for ColVis
3 * Note you will likely have to change the path for the background image used by jQuery UI theming:
4 * ../../../../examples/examples_support/themes/smoothness
5 */
7 .ColVis {
8 position: absolute;
9 right: 0;
10 top: 0;
11 width: 15px;
12 height: 30px;
15 .ColVis_MasterButton {
16 height: 100%;
17 width: 100%;
18 border-left-width: 0;
19 cursor: pointer;
20 *cursor: hand;
21 background: url('../images/button.png') no-repeat top left;
24 button.ColVis_Button::-moz-focus-inner {
25 border: none !important;
26 padding: 0;
29 .ColVis_text_hover {
30 border: 1px solid #999;
31 background-color: #f0f0f0;
34 div.ColVis_collectionBackground {
35 background-color: black;
36 z-index: 1100;
39 div.ColVis_collection {
40 position: relative;
41 width: 150px;
42 background-color: #f9f9f9;
43 padding: 3px;
44 border: 1px solid #ccc;
45 z-index: 1102;
48 div.ColVis_collection button.ColVis_Button {
49 height: 30px;
50 width: 100%;
51 margin-right: 3px;
52 margin-bottom: 2px;
53 padding: 3px 5px;
54 cursor: pointer;
55 *cursor: hand;
56 text-align: left;
59 div.ColVis_collection button.ColVis_Button:hover {
60 border: 1px solid #999;
61 background-color: #f0f0f0;
64 div.ColVis_catcher {
65 position: absolute;
66 z-index: 1101;
69 span.ColVis_radio {
70 display: inline-block;
71 width: 20px;
74 button.ColVis_Restore {
75 margin-top: 15px;
78 button.ColVis_Restore span {
79 display: inline-block;
80 padding-left: 10px;
81 text-align: left;
84 .disabled {
85 color: #999;
91 * Styles needed for DataTables scrolling
93 div.dataTables_scrollHead {
94 position: relative;
95 overflow: hidden;
98 div.dataTables_scrollBody {
99 overflow-y: scroll;
102 div.dataTables_scrollFoot {
103 overflow: hidden;