compass-jquery-plugin 0.3.0.beta.14 → 0.3.0.beta.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. data/.loadpath +5 -5
  2. data/.project +18 -18
  3. data/README.textile +19 -1
  4. data/VERSION.yml +1 -1
  5. data/compass-jquery-plugin.gemspec +42 -7
  6. data/gem_tasks/jrails.rake +1 -1
  7. data/gem_tasks/jstree.rake +96 -0
  8. data/gem_tasks/rubygems.rake +1 -1
  9. data/lib/jquery/flash_messages.rb +45 -45
  10. data/lib/jquery/jstree/jstree.rb +116 -0
  11. data/lib/jquery/jstree.rb +7 -0
  12. data/templates/dynatree/jquery.ui/dynatree.aero/ltWait.gif +0 -0
  13. data/templates/dynatree/manifest.rb +146 -147
  14. data/templates/jqgrid/i18n/jqgrid/locale-gl.js +126 -0
  15. data/templates/jqgrid/i18n/jqgrid/locale-gl.min.js +7 -0
  16. data/templates/jqgrid/jquery.jqGrid.js +11565 -11572
  17. data/templates/jqgrid/jquery.jqGrid.min.js +472 -473
  18. data/templates/jqgrid/manifest.rb +70 -72
  19. data/templates/jqical/jquery.jqical.js +7907 -7321
  20. data/templates/jqical/jquery.jqical.min.js +209 -185
  21. data/templates/jqical/jquery.ui/jqical.scss +940 -941
  22. data/templates/jrails/config/initializers/jrails.rb +1 -0
  23. data/templates/jrails/jquery.hotkeys.js +99 -0
  24. data/templates/jrails/jquery.hotkeys.min.js +3 -0
  25. data/templates/jrails/manifest.rb +2 -0
  26. data/templates/jstree/config/initializers/jstree.rb +8 -0
  27. data/templates/jstree/jquery.jstree.js +3664 -0
  28. data/templates/jstree/jquery.jstree.min.js +174 -0
  29. data/templates/jstree/jquery.ui/jstree.aero/clicked.png +0 -0
  30. data/templates/jstree/jquery.ui/jstree.aero/d.gif +0 -0
  31. data/templates/jstree/jquery.ui/jstree.aero/d.png +0 -0
  32. data/templates/jstree/jquery.ui/jstree.aero/hovered.png +0 -0
  33. data/templates/jstree/jquery.ui/jstree.aero/throbber.gif +0 -0
  34. data/templates/jstree/jquery.ui/jstree.aero.scss +209 -0
  35. data/templates/jstree/jquery.ui/jstree.aqua/clicked.png +0 -0
  36. data/templates/jstree/jquery.ui/jstree.aqua/d.gif +0 -0
  37. data/templates/jstree/jquery.ui/jstree.aqua/d.png +0 -0
  38. data/templates/jstree/jquery.ui/jstree.aqua/hovered.png +0 -0
  39. data/templates/jstree/jquery.ui/jstree.aqua/throbber.gif +0 -0
  40. data/templates/jstree/jquery.ui/jstree.aqua.scss +214 -0
  41. data/templates/jstree/jquery.ui/jstree.chrystal/d.gif +0 -0
  42. data/templates/jstree/jquery.ui/jstree.chrystal/d.png +0 -0
  43. data/templates/jstree/jquery.ui/jstree.chrystal/throbber.gif +0 -0
  44. data/templates/jstree/jquery.ui/jstree.chrystal.scss +205 -0
  45. data/templates/jstree/jquery.ui/jstree.classic/d.png +0 -0
  46. data/templates/jstree/jquery.ui/jstree.classic/dot_for_ie.gif +0 -0
  47. data/templates/jstree/jquery.ui/jstree.classic/throbber.gif +0 -0
  48. data/templates/jstree/jquery.ui/jstree.classic.scss +148 -0
  49. data/templates/jstree/jquery.ui/jstree.default/d.gif +0 -0
  50. data/templates/jstree/jquery.ui/jstree.default/d.png +0 -0
  51. data/templates/jstree/jquery.ui/jstree.default/throbber.gif +0 -0
  52. data/templates/jstree/jquery.ui/jstree.default-rtl/d.gif +0 -0
  53. data/templates/jstree/jquery.ui/jstree.default-rtl/d.png +0 -0
  54. data/templates/jstree/jquery.ui/jstree.default-rtl/dots.gif +0 -0
  55. data/templates/jstree/jquery.ui/jstree.default-rtl/throbber.gif +0 -0
  56. data/templates/jstree/jquery.ui/jstree.default-rtl.scss +228 -0
  57. data/templates/jstree/jquery.ui/jstree.default.scss +189 -0
  58. data/templates/jstree/manifest.rb +35 -0
  59. metadata +44 -9
  60. data/templates/dynatree/jquery.ui/dynatree.aero/ltWait.ani +0 -0
  61. data/templates/jqgrid/i18n/jqgrid/locale-dk.js +0 -128
  62. data/templates/jqgrid/i18n/jqgrid/locale-dk.min.js +0 -6
  63. data/templates/jqgrid/i18n/jqgrid/locale-sp.js +0 -128
  64. data/templates/jqgrid/i18n/jqgrid/locale-sp.min.js +0 -7
@@ -0,0 +1,214 @@
1
+ // Generated by compass-jquery-plugin/gem-tasks/jstree.rake
2
+
3
+ /*
4
+ * jsTree aqua theme 1.0
5
+ * Supported features: dots/no-dots, icons/no-icons, focused, loading
6
+ * Supported plugins: ui (hovered, clicked), checkbox, radio, contextmenu, search
7
+ */
8
+
9
+ .jstree-aqua {
10
+ li, ins {
11
+ background-image: image_url("jquery.ui/jstree.aqua/d.png");
12
+ background-repeat: no-repeat;
13
+ background-color: transparent; }
14
+ li {
15
+ background-position: -108px 0;
16
+ background-repeat: repeat-y;
17
+ &.jstree-last {
18
+ background: transparent; } }
19
+ .jstree-leaf > ins {
20
+ background-position: -72px 0; }
21
+ .jstree-open > ins {
22
+ background-position: -54px 0; }
23
+ .jstree-closed > ins {
24
+ background-position: -36px 0; }
25
+ .jstree-open > ins:hover {
26
+ background-position: -54px -18px; }
27
+ .jstree-closed > ins:hover {
28
+ background-position: -36px -18px; }
29
+ .jstree-hovered {
30
+ background-image: image_url("jquery.ui/jstree.aqua/hovered.png");
31
+ background-repeat: repeat-x;
32
+ border: 1px solid #f2ffff;
33
+ -moz-border-radius: 4px;
34
+ -webkit-border-radius: 4px;
35
+ border-radius: 4px;
36
+ padding: 0 2px 0 1px; }
37
+ .jstree-clicked {
38
+ color: white;
39
+ background-image: image_url("jquery.ui/jstree.aqua/clicked.png");
40
+ background-repeat: repeat-x;
41
+ border: 1px solid #a2b0cc;
42
+ -moz-border-radius: 4px;
43
+ -webkit-border-radius: 4px;
44
+ border-radius: 4px;
45
+ padding: 0 2px 0 1px; }
46
+ a .jstree-icon {
47
+ background-position: -54px -36px; }
48
+ .jstree-open > a .jstree-icon {
49
+ background-position: -54px -54px; }
50
+ a.jstree-loading .jstree-icon {
51
+ background: image_url("jquery.ui/jstree.aqua/throbber.gif") center center no-repeat !important; }
52
+ &.jstree-focused {
53
+ background: #edf2f9; }
54
+ .jstree-no-dots {
55
+ li, .jstree-leaf > ins {
56
+ background: transparent; }
57
+ .jstree-open > ins {
58
+ background-position: -18px 0; }
59
+ .jstree-closed > ins {
60
+ background-position: 0 0; }
61
+ .jstree-open > ins:hover {
62
+ background-position: -18px -18px; }
63
+ .jstree-closed > ins:hover {
64
+ background-position: 0 -18px; } }
65
+ .jstree-no-icons a .jstree-icon {
66
+ display: none; }
67
+ .jstree-search {
68
+ font-style: italic; }
69
+ .jstree-no-icons .jstree-checkbox {
70
+ display: inline-block; }
71
+ .jstree-no-checkboxes .jstree-checkbox {
72
+ display: none !important; }
73
+ .jstree-checked > a > .jstree-checkbox {
74
+ background-position: -38px -37px; }
75
+ .jstree-unchecked > a > .jstree-checkbox {
76
+ background-position: -2px -37px; }
77
+ .jstree-undetermined > a > .jstree-checkbox {
78
+ background-position: -20px -37px; }
79
+ .jstree-checked > a > .jstree-checkbox:hover {
80
+ background-position: -38px -55px; }
81
+ .jstree-unchecked > a > .jstree-checkbox:hover {
82
+ background-position: -2px -55px; }
83
+ .jstree-undetermined > a > .jstree-checkbox:hover {
84
+ background-position: -20px -55px; }
85
+ .jstree-no-icons .jstree-radio {
86
+ display: inline-block; }
87
+ .jstree-no-radios .jstree-radio {
88
+ display: none !important; }
89
+ .jstree-checked > a > .jstree-radio {
90
+ background-position: -38px -73px; }
91
+ .jstree-unchecked > a > .jstree-radio {
92
+ background-position: -2px -73px; }
93
+ .jstree-undetermined > a > .jstree-radio {
94
+ background-position: -20px -73px; }
95
+ .jstree-checked > a > .jstree-radio:hover {
96
+ background-position: -38px -91px; }
97
+ .jstree-unchecked > a > .jstree-radio:hover {
98
+ background-position: -2px -91px; }
99
+ .jstree-undetermined > a > .jstree-radio:hover {
100
+ background-position: -20px -91px; } }
101
+
102
+ #vakata-dragged.jstree-aqua {
103
+ ins {
104
+ background: transparent !important; }
105
+ .jstree-ok {
106
+ background: image_url("jquery.ui/jstree.aqua/d.png") -56px -71px no-repeat !important; }
107
+ .jstree-invalid {
108
+ background: image_url("jquery.ui/jstree.aqua/d.png") -72px -71px no-repeat !important; } }
109
+
110
+ #jstree-marker.jstree-aqua {
111
+ background: image_url("jquery.ui/jstree.aqua/d.png") -95px -75px no-repeat !important; }
112
+
113
+ .jstree-aqua a.jstree-search {
114
+ color: aqua; }
115
+
116
+ #vakata-contextmenu.jstree-aqua-context {
117
+ background: #f0f0f0;
118
+ border: 1px solid #979797;
119
+ -moz-box-shadow: 1px 1px 2px #999;
120
+ -webkit-box-shadow: 1px 1px 2px #999;
121
+ box-shadow: 1px 1px 2px #999;
122
+ li ul {
123
+ background: #f0f0f0;
124
+ border: 1px solid #979797;
125
+ -moz-box-shadow: 1px 1px 2px #999;
126
+ -webkit-box-shadow: 1px 1px 2px #999;
127
+ box-shadow: 1px 1px 2px #999; }
128
+ a {
129
+ color: black;
130
+ &:hover {
131
+ padding: 0 5px;
132
+ background: #e8eff7;
133
+ border: 1px solid #aecff7;
134
+ color: black;
135
+ -moz-border-radius: 2px;
136
+ -webkit-border-radius: 2px;
137
+ border-radius: 2px; } }
138
+ .vakata-hover > a {
139
+ padding: 0 5px;
140
+ background: #e8eff7;
141
+ border: 1px solid #aecff7;
142
+ color: black;
143
+ -moz-border-radius: 2px;
144
+ -webkit-border-radius: 2px;
145
+ border-radius: 2px; }
146
+ li {
147
+ &.jstree-contextmenu-disabled a {
148
+ color: silver;
149
+ background: transparent;
150
+ border: 0;
151
+ padding: 1px 4px;
152
+ &:hover {
153
+ color: silver;
154
+ background: transparent;
155
+ border: 0;
156
+ padding: 1px 4px; } }
157
+ &.vakata-separator {
158
+ background: white;
159
+ border-top: 1px solid #e0e0e0;
160
+ margin: 0; }
161
+ ul {
162
+ margin-left: -4px; } } }
163
+
164
+ /* IE6 BEGIN */
165
+
166
+ .jstree-aqua {
167
+ li, ins {
168
+ _background-image: image_url("jquery.ui/jstree.aqua/d.gif"); } }
169
+
170
+ #vakata-dragged.jstree-aqua {
171
+ .jstree-invalid, .jstree-ok {
172
+ _background-image: image_url("jquery.ui/jstree.aqua/d.gif"); } }
173
+
174
+ #jstree-marker.jstree-aqua {
175
+ _background-image: image_url("jquery.ui/jstree.aqua/d.gif"); }
176
+
177
+ .jstree-aqua {
178
+ .jstree-leaf ins {
179
+ _background-position: -72px 0; }
180
+ .jstree-open ins {
181
+ _background-position: -54px 0; }
182
+ .jstree-closed ins:hover {
183
+ _background-position: -36px 0; }
184
+ .jstree-open ins:hover {
185
+ _background-position: -54px -18px; }
186
+ .jstree-closed ins {
187
+ _background-position: -36px -18px; }
188
+ a ins {
189
+ &.jstree-icon {
190
+ _background-position: -56px -36px; }
191
+ &.jstree-open {
192
+ _background-position: -56px -54px; } } }
193
+
194
+ #vakata-contextmenu.jstree-aqua-context {
195
+ ins {
196
+ _display: none; }
197
+ li {
198
+ _zoom: 1; } }
199
+
200
+ .jstree-aqua {
201
+ .jstree-undetermined a .jstree-checkbox {
202
+ _background-position: -20px -37px; }
203
+ .jstree-checked a .jstree-checkbox {
204
+ _background-position: -38px -37px; }
205
+ .jstree-unchecked a .jstree-checkbox {
206
+ _background-position: -2px -37px; }
207
+ .jstree-undetermined a .jstree-radio {
208
+ _background-position: -20px -73px; }
209
+ .jstree-checked a .jstree-radio {
210
+ _background-position: -38px -73px; }
211
+ .jstree-unchecked a .jstree-radio {
212
+ _background-position: -2px -73px; } }
213
+
214
+ /* IE6 END */
@@ -0,0 +1,205 @@
1
+ // Generated by compass-jquery-plugin/gem-tasks/jstree.rake
2
+
3
+ /*
4
+ * jsTree chrystal theme 1.0
5
+ * Supported features: dots/no-dots, icons/no-icons, focused, loading
6
+ * Supported plugins: ui (hovered, clicked), checkbox, radio, contextmenu, search
7
+ */
8
+
9
+ .jstree-chrystal {
10
+ li, ins {
11
+ background-image: image_url("jquery.ui/jstree.chrystal/d.png");
12
+ background-repeat: no-repeat;
13
+ background-color: transparent; }
14
+ li {
15
+ background-position: -108px 0;
16
+ background-repeat: repeat-y;
17
+ &.jstree-last {
18
+ background: transparent; } }
19
+ .jstree-leaf > ins {
20
+ background-position: -72px 0; }
21
+ .jstree-open > ins {
22
+ background-position: -54px 0; }
23
+ .jstree-closed > ins {
24
+ background-position: -36px 0; }
25
+ .jstree-open > ins:hover {
26
+ background-position: -54px -18px; }
27
+ .jstree-closed > ins:hover {
28
+ background-position: -36px -18px; }
29
+ .jstree-hovered {
30
+ background: #e7f4f9;
31
+ border: 1px solid #d8f0fa;
32
+ padding: 0 2px 0 1px; }
33
+ .jstree-clicked {
34
+ background: #beebff;
35
+ border: 1px solid #99defd;
36
+ padding: 0 2px 0 1px; }
37
+ a .jstree-icon {
38
+ background-position: -56px -36px; }
39
+ .jstree-open > a .jstree-icon {
40
+ background-position: -56px -54px; }
41
+ a.jstree-loading .jstree-icon {
42
+ background: image_url("jquery.ui/jstree.chrystal/throbber.gif") center center no-repeat !important; }
43
+ &.jstree-focused {
44
+ background: white; }
45
+ .jstree-no-dots {
46
+ li, .jstree-leaf > ins {
47
+ background: transparent; }
48
+ .jstree-open > ins {
49
+ background-position: -18px 0; }
50
+ .jstree-closed > ins {
51
+ background-position: 0 0; }
52
+ .jstree-open > ins:hover {
53
+ background-position: -18px -18px; }
54
+ .jstree-closed > ins:hover {
55
+ background-position: 0 -18px; } }
56
+ .jstree-no-icons a .jstree-icon {
57
+ display: none; }
58
+ .jstree-search {
59
+ font-style: italic; }
60
+ .jstree-no-icons .jstree-checkbox {
61
+ display: inline-block; }
62
+ .jstree-no-checkboxes .jstree-checkbox {
63
+ display: none !important; }
64
+ .jstree-checked > a > .jstree-checkbox {
65
+ background-position: -38px -37px; }
66
+ .jstree-unchecked > a > .jstree-checkbox {
67
+ background-position: -2px -37px; }
68
+ .jstree-undetermined > a > .jstree-checkbox {
69
+ background-position: -20px -37px; }
70
+ .jstree-checked > a > .jstree-checkbox:hover {
71
+ background-position: -38px -55px; }
72
+ .jstree-unchecked > a > .jstree-checkbox:hover {
73
+ background-position: -2px -55px; }
74
+ .jstree-undetermined > a > .jstree-checkbox:hover {
75
+ background-position: -20px -55px; }
76
+ .jstree-no-icons .jstree-radio {
77
+ display: inline-block; }
78
+ .jstree-no-radios .jstree-radio {
79
+ display: none !important; }
80
+ .jstree-checked > a > .jstree-radio {
81
+ background-position: -38px -73px; }
82
+ .jstree-unchecked > a > .jstree-radio {
83
+ background-position: -2px -73px; }
84
+ .jstree-undetermined > a > .jstree-radio {
85
+ background-position: -20px -73px; }
86
+ .jstree-checked > a > .jstree-radio:hover {
87
+ background-position: -38px -91px; }
88
+ .jstree-unchecked > a > .jstree-radio:hover {
89
+ background-position: -2px -91px; }
90
+ .jstree-undetermined > a > .jstree-radio:hover {
91
+ background-position: -20px -91px; } }
92
+
93
+ #vakata-dragged.jstree-chrystal {
94
+ ins {
95
+ background: transparent !important; }
96
+ .jstree-ok {
97
+ background: image_url("jquery.ui/jstree.chrystal/d.png") -56px -71px no-repeat !important; }
98
+ .jstree-invalid {
99
+ background: image_url("jquery.ui/jstree.chrystal/d.png") -72px -71px no-repeat !important; } }
100
+
101
+ #jstree-marker.jstree-chrystal {
102
+ background: image_url("jquery.ui/jstree.chrystal/d.png") -95px -75px no-repeat !important; }
103
+
104
+ .jstree-chrystal a.jstree-search {
105
+ color: aqua; }
106
+
107
+ #vakata-contextmenu.jstree-chrystal-context {
108
+ background: #f0f0f0;
109
+ border: 1px solid #979797;
110
+ -moz-box-shadow: 1px 1px 2px #999;
111
+ -webkit-box-shadow: 1px 1px 2px #999;
112
+ box-shadow: 1px 1px 2px #999;
113
+ li ul {
114
+ background: #f0f0f0;
115
+ border: 1px solid #979797;
116
+ -moz-box-shadow: 1px 1px 2px #999;
117
+ -webkit-box-shadow: 1px 1px 2px #999;
118
+ box-shadow: 1px 1px 2px #999; }
119
+ a {
120
+ color: black;
121
+ &:hover {
122
+ padding: 0 5px;
123
+ background: #e8eff7;
124
+ border: 1px solid #aecff7;
125
+ color: black;
126
+ -moz-border-radius: 2px;
127
+ -webkit-border-radius: 2px;
128
+ border-radius: 2px; } }
129
+ .vakata-hover > a {
130
+ padding: 0 5px;
131
+ background: #e8eff7;
132
+ border: 1px solid #aecff7;
133
+ color: black;
134
+ -moz-border-radius: 2px;
135
+ -webkit-border-radius: 2px;
136
+ border-radius: 2px; }
137
+ li {
138
+ &.jstree-contextmenu-disabled a {
139
+ color: silver;
140
+ background: transparent;
141
+ border: 0;
142
+ padding: 1px 4px;
143
+ &:hover {
144
+ color: silver;
145
+ background: transparent;
146
+ border: 0;
147
+ padding: 1px 4px; } }
148
+ &.vakata-separator {
149
+ background: white;
150
+ border-top: 1px solid #e0e0e0;
151
+ margin: 0; }
152
+ ul {
153
+ margin-left: -4px; } } }
154
+
155
+ /* IE6 BEGIN */
156
+
157
+ .jstree-chrystal {
158
+ li, ins {
159
+ _background-image: image_url("jquery.ui/jstree.chrystal/d.gif"); } }
160
+
161
+ #vakata-dragged.jstree-chrystal {
162
+ .jstree-invalid, .jstree-ok {
163
+ _background-image: image_url("jquery.ui/jstree.chrystal/d.gif"); } }
164
+
165
+ #jstree-marker.jstree-chrystal {
166
+ _background-image: image_url("jquery.ui/jstree.chrystal/d.gif"); }
167
+
168
+ .jstree-chrystal {
169
+ .jstree-leaf ins {
170
+ _background-position: -72px 0; }
171
+ .jstree-open ins {
172
+ _background-position: -54px 0; }
173
+ .jstree-closed ins:hover {
174
+ _background-position: -36px 0; }
175
+ .jstree-open ins:hover {
176
+ _background-position: -54px -18px; }
177
+ .jstree-closed ins {
178
+ _background-position: -36px -18px; }
179
+ a ins {
180
+ &.jstree-icon {
181
+ _background-position: -56px -36px; }
182
+ &.jstree-open {
183
+ _background-position: -56px -54px; } } }
184
+
185
+ #vakata-contextmenu.jstree-chrystal-context {
186
+ ins {
187
+ _display: none; }
188
+ li {
189
+ _zoom: 1; } }
190
+
191
+ .jstree-chrystal {
192
+ .jstree-undetermined a .jstree-checkbox {
193
+ _background-position: -20px -37px; }
194
+ .jstree-checked a .jstree-checkbox {
195
+ _background-position: -38px -37px; }
196
+ .jstree-unchecked a .jstree-checkbox {
197
+ _background-position: -2px -37px; }
198
+ .jstree-undetermined a .jstree-radio {
199
+ _background-position: -20px -73px; }
200
+ .jstree-checked a .jstree-radio {
201
+ _background-position: -38px -73px; }
202
+ .jstree-unchecked a .jstree-radio {
203
+ _background-position: -2px -73px; } }
204
+
205
+ /* IE6 END */
@@ -0,0 +1,148 @@
1
+ // Generated by compass-jquery-plugin/gem-tasks/jstree.rake
2
+
3
+ /*
4
+ * jsTree classic theme 1.0
5
+ * Supported features: dots/no-dots, icons/no-icons, focused, loading
6
+ * Supported plugins: ui (hovered, clicked), checkbox, radio, contextmenu, search
7
+ */
8
+
9
+ .jstree-classic {
10
+ li, ins {
11
+ background-image: image_url("jquery.ui/jstree.classic/d.png");
12
+ background-repeat: no-repeat;
13
+ background-color: transparent; }
14
+ li {
15
+ background-position: -108px 0;
16
+ background-repeat: repeat-y;
17
+ &.jstree-last {
18
+ background: transparent; } }
19
+ .jstree-open > ins {
20
+ background-position: -72px 0; }
21
+ .jstree-closed > ins {
22
+ background-position: -54px 0; }
23
+ .jstree-leaf > ins {
24
+ background-position: -36px 0; }
25
+ .jstree-hovered {
26
+ background: #e7f4f9;
27
+ border: 1px solid #e7f4f9;
28
+ padding: 0 2px 0 1px; }
29
+ .jstree-clicked {
30
+ background: navy;
31
+ border: 1px solid navy;
32
+ padding: 0 2px 0 1px;
33
+ color: white; }
34
+ a .jstree-icon {
35
+ background-position: -56px -18px; }
36
+ .jstree-open > a .jstree-icon {
37
+ background-position: -56px -36px; }
38
+ a.jstree-loading .jstree-icon {
39
+ background: image_url("jquery.ui/jstree.classic/throbber.gif") center center no-repeat !important; }
40
+ &.jstree-focused {
41
+ background: white; }
42
+ .jstree-no-dots {
43
+ li, .jstree-leaf > ins {
44
+ background: transparent; }
45
+ .jstree-open > ins {
46
+ background-position: -18px 0; }
47
+ .jstree-closed > ins {
48
+ background-position: 0 0; } }
49
+ .jstree-no-icons a .jstree-icon {
50
+ display: none; }
51
+ .jstree-search {
52
+ font-style: italic; }
53
+ .jstree-no-icons .jstree-checkbox {
54
+ display: inline-block; }
55
+ .jstree-no-checkboxes .jstree-checkbox {
56
+ display: none !important; }
57
+ .jstree-checked > a > .jstree-checkbox {
58
+ background-position: -38px -19px; }
59
+ .jstree-unchecked > a > .jstree-checkbox {
60
+ background-position: -2px -19px; }
61
+ .jstree-undetermined > a > .jstree-checkbox {
62
+ background-position: -20px -19px; }
63
+ .jstree-checked > a > .jstree-checkbox:hover {
64
+ background-position: -38px -37px; }
65
+ .jstree-unchecked > a > .jstree-checkbox:hover {
66
+ background-position: -2px -37px; }
67
+ .jstree-undetermined > a > .jstree-checkbox:hover {
68
+ background-position: -20px -37px; }
69
+ .jstree-no-icons .jstree-radio {
70
+ display: inline-block; }
71
+ .jstree-no-radios .jstree-radio {
72
+ display: none !important; }
73
+ .jstree-checked > a > .jstree-radio {
74
+ background-position: -38px -55px; }
75
+ .jstree-unchecked > a > .jstree-radio {
76
+ background-position: -2px -55px; }
77
+ .jstree-undetermined > a > .jstree-radio {
78
+ background-position: -20px -55px; }
79
+ .jstree-checked > a > .jstree-radio:hover {
80
+ background-position: -38px -73px; }
81
+ .jstree-unchecked > a > .jstree-radio:hover {
82
+ background-position: -2px -73px; }
83
+ .jstree-undetermined > a > .jstree-radio:hover {
84
+ background-position: -20px -73px; } }
85
+
86
+ #vakata-dragged.jstree-classic {
87
+ ins {
88
+ background: transparent !important; }
89
+ .jstree-ok {
90
+ background: image_url("jquery.ui/jstree.classic/d.png") -56px -53px no-repeat !important; }
91
+ .jstree-invalid {
92
+ background: image_url("jquery.ui/jstree.classic/d.png") -72px -53px no-repeat !important; } }
93
+
94
+ #jstree-marker.jstree-classic {
95
+ background: image_url("jquery.ui/jstree.classic/d.png") -95px -57px no-repeat !important; }
96
+
97
+ .jstree-classic a.jstree-search {
98
+ color: aqua; }
99
+
100
+ #vakata-contextmenu.jstree-classic-context {
101
+ background: #f0f0f0;
102
+ border: 1px solid #979797;
103
+ -moz-box-shadow: 1px 1px 2px #999;
104
+ -webkit-box-shadow: 1px 1px 2px #999;
105
+ box-shadow: 1px 1px 2px #999;
106
+ li ul {
107
+ background: #f0f0f0;
108
+ border: 1px solid #979797;
109
+ -moz-box-shadow: 1px 1px 2px #999;
110
+ -webkit-box-shadow: 1px 1px 2px #999;
111
+ box-shadow: 1px 1px 2px #999; }
112
+ a {
113
+ color: black;
114
+ &:hover {
115
+ padding: 0 5px;
116
+ background: #e8eff7;
117
+ border: 1px solid #aecff7;
118
+ color: black;
119
+ -moz-border-radius: 2px;
120
+ -webkit-border-radius: 2px;
121
+ border-radius: 2px; } }
122
+ .vakata-hover > a {
123
+ padding: 0 5px;
124
+ background: #e8eff7;
125
+ border: 1px solid #aecff7;
126
+ color: black;
127
+ -moz-border-radius: 2px;
128
+ -webkit-border-radius: 2px;
129
+ border-radius: 2px; }
130
+ li {
131
+ &.jstree-contextmenu-disabled a {
132
+ color: silver;
133
+ background: transparent;
134
+ border: 0;
135
+ padding: 1px 4px;
136
+ &:hover {
137
+ color: silver;
138
+ background: transparent;
139
+ border: 0;
140
+ padding: 1px 4px; } }
141
+ &.vakata-separator {
142
+ background: white;
143
+ border-top: 1px solid #e0e0e0;
144
+ margin: 0; }
145
+ ul {
146
+ margin-left: -4px; } } }
147
+
148
+ /* TODO: IE6 support - the `>` selectors */