/[projects]/misc/horsensspejder-web/jquery/DataTables-1.9.4/extras/ColVis/media/css/ColVis.css
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/DataTables-1.9.4/extras/ColVis/media/css/ColVis.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 2 months ago) by torben
File MIME type: text/css
File size: 1156 byte(s)
initial import
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 }

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.20