glimmer-dsl-opal 0.28.3 → 0.29.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/LICENSE.txt +1 -1
- data/README.md +172 -27
- data/VERSION +1 -1
- data/app/assets/images/glimmer/images/ui-icons_444444_256x240.png +0 -0
- data/app/assets/images/glimmer/images/ui-icons_555555_256x240.png +0 -0
- data/app/assets/images/glimmer/images/ui-icons_777620_256x240.png +0 -0
- data/app/assets/images/glimmer/images/ui-icons_777777_256x240.png +0 -0
- data/app/assets/images/glimmer/images/ui-icons_cc0000_256x240.png +0 -0
- data/app/assets/images/glimmer/images/ui-icons_ffffff_256x240.png +0 -0
- data/app/assets/stylesheets/glimmer/jquery-ui.css +109 -106
- data/app/assets/stylesheets/glimmer/jquery-ui.structure.css +91 -91
- data/app/assets/stylesheets/glimmer/jquery-ui.theme.css +18 -15
- data/app/controllers/glimmer/image_paths_controller.rb +0 -1
- data/config/routes.rb +1 -1
- data/lib/display.rb +1 -1
- data/lib/glimmer/data_binding/table_items_binding.rb +1 -1
- data/lib/glimmer/dsl/opal/async_exec_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/bind_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/block_property_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/checkbox_group_selection_data_binding_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/color_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/custom_widget_expression.rb +3 -3
- data/lib/glimmer/dsl/opal/data_binding_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/dialog_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/display_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/exec_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/font_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/image_expression.rb +2 -2
- data/lib/glimmer/dsl/opal/menu_bar_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/menu_expression.rb +2 -2
- data/lib/glimmer/dsl/opal/message_box_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/property_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/radio_group_selection_data_binding_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/rgb_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/rgba_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/shape_expression.rb +2 -1
- data/lib/glimmer/dsl/opal/shell_expression.rb +2 -2
- data/lib/glimmer/dsl/opal/shine_data_binding_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/swt_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/sync_exec_expression.rb +1 -1
- data/lib/glimmer/dsl/opal/widget_expression.rb +1 -1
- data/lib/glimmer/engine.rb +1 -1
- data/lib/glimmer/swt/arrow_proxy.rb +7 -1
- data/lib/glimmer/swt/button_proxy.rb +4 -3
- data/lib/glimmer/swt/c_combo_proxy.rb +1 -1
- data/lib/glimmer/swt/c_tab_folder_proxy.rb +1 -1
- data/lib/glimmer/swt/c_tab_item_proxy.rb +1 -1
- data/lib/glimmer/swt/checkbox_proxy.rb +3 -2
- data/lib/glimmer/swt/color_proxy.rb +1 -1
- data/lib/glimmer/swt/composite_proxy.rb +1 -1
- data/lib/glimmer/swt/control_editor.rb +1 -1
- data/lib/glimmer/swt/custom/checkbox_group.rb +1 -1
- data/lib/glimmer/swt/custom/radio_group.rb +1 -1
- data/lib/glimmer/swt/custom/shape/arc.rb +1 -1
- data/lib/glimmer/swt/custom/shape/image.rb +1 -1
- data/lib/glimmer/swt/custom/shape/line.rb +1 -1
- data/lib/glimmer/swt/custom/shape/oval.rb +1 -1
- data/lib/glimmer/swt/custom/shape/point.rb +1 -1
- data/lib/glimmer/swt/custom/shape/polygon.rb +1 -1
- data/lib/glimmer/swt/custom/shape/polyline.rb +1 -1
- data/lib/glimmer/swt/custom/shape/rectangle.rb +1 -1
- data/lib/glimmer/swt/custom/shape/text.rb +1 -1
- data/lib/glimmer/swt/custom/shape.rb +4 -4
- data/lib/glimmer/swt/date_time_proxy.rb +2 -2
- data/lib/glimmer/swt/dialog_proxy.rb +1 -1
- data/lib/glimmer/swt/font_proxy.rb +1 -1
- data/lib/glimmer/swt/label_proxy.rb +1 -1
- data/lib/glimmer/swt/latest_dialog_proxy.rb +1 -1
- data/lib/glimmer/swt/latest_message_box_proxy.rb +1 -1
- data/lib/glimmer/swt/latest_shell_proxy.rb +4 -4
- data/lib/glimmer/swt/layout_proxy.rb +1 -1
- data/lib/glimmer/swt/make_shift_shell_proxy.rb +1 -1
- data/lib/glimmer/swt/menu_item_proxy.rb +3 -3
- data/lib/glimmer/swt/menu_proxy.rb +22 -16
- data/lib/glimmer/swt/message_box_proxy.rb +1 -1
- data/lib/glimmer/swt/progress_bar_proxy.rb +1 -1
- data/lib/glimmer/swt/scale_proxy.rb +7 -1
- data/lib/glimmer/swt/shell_proxy.rb +1 -1
- data/lib/glimmer/swt/slider_proxy.rb +6 -0
- data/lib/glimmer/swt/spinner_proxy.rb +4 -3
- data/lib/glimmer/swt/style_constantizable.rb +1 -1
- data/lib/glimmer/swt/swt_proxy.rb +1 -1
- data/lib/glimmer/swt/tab_folder_proxy.rb +1 -1
- data/lib/glimmer/swt/tab_item_proxy.rb +1 -1
- data/lib/glimmer/swt/table_editor.rb +1 -1
- data/lib/glimmer/swt/table_item_proxy.rb +3 -3
- data/lib/glimmer/swt/table_proxy.rb +1 -1
- data/lib/glimmer/swt/widget_proxy.rb +28 -28
- data/lib/glimmer/swt.rb +1 -1
- data/lib/glimmer/ui/custom_shell.rb +1 -5
- data/lib/glimmer/ui/custom_widget.rb +5 -5
- data/lib/glimmer/util/proc_tracker.rb +3 -3
- data/lib/glimmer-dsl-opal/ext/date.rb +8 -8
- data/lib/glimmer-dsl-opal/ext/file.rb +1 -1
- data/lib/glimmer-dsl-opal/ext/glimmer/dsl/engine.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/contact_manager/contact_repository.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/login.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/tetris/model/block.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/tetris/model/game.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/tetris/model/past_game.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/tetris/model/tetromino.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/tetris/view/block.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/tetris/view/high_score_dialog.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/tetris/view/playfield.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/tetris/view/score_lane.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/tetris/view/tetris_menu_bar.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/tetris.rb +2 -2
- data/lib/glimmer-dsl-opal/samples/elaborate/tic_tac_toe.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/user_profile.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/elaborate/weather.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_arrow.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_browser.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_button.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_c_combo.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_c_tab.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_canvas.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_checkbox.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_checkbox_group.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_combo.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_composite.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_computed.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_cursor.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_custom_shell.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_custom_widget.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_date_time.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_dialog.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_group.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_label.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_layout.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_list_multi_selection.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_list_single_selection.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_menu_bar.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_message_box.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_pop_up_context_menu.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_print.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_progress_bar.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_radio.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_radio_group.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_scale.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_slider.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_spinner.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_tab.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_table.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_text.rb +1 -1
- data/lib/glimmer-dsl-opal/samples/hello/hello_world.rb +1 -1
- data/lib/glimmer-dsl-opal/vendor/jquery-ui/AUTHORS.txt +35 -1
- data/lib/glimmer-dsl-opal/vendor/jquery-ui/index.html +503 -0
- data/lib/glimmer-dsl-opal/vendor/jquery-ui/jquery-ui.min.css +4 -4
- data/lib/glimmer-dsl-opal/vendor/jquery-ui/jquery-ui.min.js +3 -10
- data/lib/glimmer-dsl-opal/vendor/jquery-ui/jquery-ui.structure.min.css +2 -2
- data/lib/glimmer-dsl-opal/vendor/jquery-ui/jquery-ui.theme.min.css +2 -2
- data/lib/glimmer-dsl-opal/vendor/jquery-ui/package.json +26 -26
- data/lib/glimmer-dsl-opal/vendor/jquery.js +10881 -2
- data/lib/glimmer-dsl-opal.rb +1 -1
- data/lib/glimmer-dsl-swt.rb +1 -1
- data/lib/net/http.rb +1 -1
- data/lib/os.rb +1 -1
- metadata +10 -16
- data/app/assets/images/glimmer/images/ui-icons_222222_256x240.png +0 -0
- data/lib/glimmer-dsl-opal/vendor/jquery-ui/images/ui-icons_444444_256x240.png +0 -0
- data/lib/glimmer-dsl-opal/vendor/jquery-ui/images/ui-icons_555555_256x240.png +0 -0
- data/lib/glimmer-dsl-opal/vendor/jquery-ui/images/ui-icons_777620_256x240.png +0 -0
- data/lib/glimmer-dsl-opal/vendor/jquery-ui/images/ui-icons_777777_256x240.png +0 -0
- data/lib/glimmer-dsl-opal/vendor/jquery-ui/images/ui-icons_cc0000_256x240.png +0 -0
- data/lib/glimmer-dsl-opal/vendor/jquery-ui/images/ui-icons_ffffff_256x240.png +0 -0
@@ -1,9 +1,13 @@
|
|
1
|
-
/*! jQuery UI - v1.
|
1
|
+
/*! jQuery UI - v1.13.1 - 2022-02-08
|
2
2
|
* http://jqueryui.com
|
3
|
-
* Includes:
|
4
|
-
* To view and modify this theme, visit http://jqueryui.com/themeroller/?
|
3
|
+
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
|
4
|
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
|
5
5
|
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
6
6
|
|
7
|
+
.ui-draggable-handle {
|
8
|
+
-ms-touch-action: none;
|
9
|
+
touch-action: none;
|
10
|
+
}
|
7
11
|
/* Layout helpers
|
8
12
|
----------------------------------*/
|
9
13
|
.ui-helper-hidden {
|
@@ -45,7 +49,7 @@
|
|
45
49
|
left: 0;
|
46
50
|
position: absolute;
|
47
51
|
opacity: 0;
|
48
|
-
filter:
|
52
|
+
-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
|
49
53
|
}
|
50
54
|
|
51
55
|
.ui-front {
|
@@ -90,6 +94,89 @@
|
|
90
94
|
width: 100%;
|
91
95
|
height: 100%;
|
92
96
|
}
|
97
|
+
.ui-resizable {
|
98
|
+
position: relative;
|
99
|
+
}
|
100
|
+
.ui-resizable-handle {
|
101
|
+
position: absolute;
|
102
|
+
font-size: 0.1px;
|
103
|
+
display: block;
|
104
|
+
-ms-touch-action: none;
|
105
|
+
touch-action: none;
|
106
|
+
}
|
107
|
+
.ui-resizable-disabled .ui-resizable-handle,
|
108
|
+
.ui-resizable-autohide .ui-resizable-handle {
|
109
|
+
display: none;
|
110
|
+
}
|
111
|
+
.ui-resizable-n {
|
112
|
+
cursor: n-resize;
|
113
|
+
height: 7px;
|
114
|
+
width: 100%;
|
115
|
+
top: -5px;
|
116
|
+
left: 0;
|
117
|
+
}
|
118
|
+
.ui-resizable-s {
|
119
|
+
cursor: s-resize;
|
120
|
+
height: 7px;
|
121
|
+
width: 100%;
|
122
|
+
bottom: -5px;
|
123
|
+
left: 0;
|
124
|
+
}
|
125
|
+
.ui-resizable-e {
|
126
|
+
cursor: e-resize;
|
127
|
+
width: 7px;
|
128
|
+
right: -5px;
|
129
|
+
top: 0;
|
130
|
+
height: 100%;
|
131
|
+
}
|
132
|
+
.ui-resizable-w {
|
133
|
+
cursor: w-resize;
|
134
|
+
width: 7px;
|
135
|
+
left: -5px;
|
136
|
+
top: 0;
|
137
|
+
height: 100%;
|
138
|
+
}
|
139
|
+
.ui-resizable-se {
|
140
|
+
cursor: se-resize;
|
141
|
+
width: 12px;
|
142
|
+
height: 12px;
|
143
|
+
right: 1px;
|
144
|
+
bottom: 1px;
|
145
|
+
}
|
146
|
+
.ui-resizable-sw {
|
147
|
+
cursor: sw-resize;
|
148
|
+
width: 9px;
|
149
|
+
height: 9px;
|
150
|
+
left: -5px;
|
151
|
+
bottom: -5px;
|
152
|
+
}
|
153
|
+
.ui-resizable-nw {
|
154
|
+
cursor: nw-resize;
|
155
|
+
width: 9px;
|
156
|
+
height: 9px;
|
157
|
+
left: -5px;
|
158
|
+
top: -5px;
|
159
|
+
}
|
160
|
+
.ui-resizable-ne {
|
161
|
+
cursor: ne-resize;
|
162
|
+
width: 9px;
|
163
|
+
height: 9px;
|
164
|
+
right: -5px;
|
165
|
+
top: -5px;
|
166
|
+
}
|
167
|
+
.ui-selectable {
|
168
|
+
-ms-touch-action: none;
|
169
|
+
touch-action: none;
|
170
|
+
}
|
171
|
+
.ui-selectable-helper {
|
172
|
+
position: absolute;
|
173
|
+
z-index: 100;
|
174
|
+
border: 1px dotted black;
|
175
|
+
}
|
176
|
+
.ui-sortable-handle {
|
177
|
+
-ms-touch-action: none;
|
178
|
+
touch-action: none;
|
179
|
+
}
|
93
180
|
.ui-accordion .ui-accordion-header {
|
94
181
|
display: block;
|
95
182
|
cursor: pointer;
|
@@ -578,80 +665,6 @@ button.ui-button::-moz-focus-inner {
|
|
578
665
|
.ui-draggable .ui-dialog-titlebar {
|
579
666
|
cursor: move;
|
580
667
|
}
|
581
|
-
.ui-draggable-handle {
|
582
|
-
-ms-touch-action: none;
|
583
|
-
touch-action: none;
|
584
|
-
}
|
585
|
-
.ui-resizable {
|
586
|
-
position: relative;
|
587
|
-
}
|
588
|
-
.ui-resizable-handle {
|
589
|
-
position: absolute;
|
590
|
-
font-size: 0.1px;
|
591
|
-
display: block;
|
592
|
-
-ms-touch-action: none;
|
593
|
-
touch-action: none;
|
594
|
-
}
|
595
|
-
.ui-resizable-disabled .ui-resizable-handle,
|
596
|
-
.ui-resizable-autohide .ui-resizable-handle {
|
597
|
-
display: none;
|
598
|
-
}
|
599
|
-
.ui-resizable-n {
|
600
|
-
cursor: n-resize;
|
601
|
-
height: 7px;
|
602
|
-
width: 100%;
|
603
|
-
top: -5px;
|
604
|
-
left: 0;
|
605
|
-
}
|
606
|
-
.ui-resizable-s {
|
607
|
-
cursor: s-resize;
|
608
|
-
height: 7px;
|
609
|
-
width: 100%;
|
610
|
-
bottom: -5px;
|
611
|
-
left: 0;
|
612
|
-
}
|
613
|
-
.ui-resizable-e {
|
614
|
-
cursor: e-resize;
|
615
|
-
width: 7px;
|
616
|
-
right: -5px;
|
617
|
-
top: 0;
|
618
|
-
height: 100%;
|
619
|
-
}
|
620
|
-
.ui-resizable-w {
|
621
|
-
cursor: w-resize;
|
622
|
-
width: 7px;
|
623
|
-
left: -5px;
|
624
|
-
top: 0;
|
625
|
-
height: 100%;
|
626
|
-
}
|
627
|
-
.ui-resizable-se {
|
628
|
-
cursor: se-resize;
|
629
|
-
width: 12px;
|
630
|
-
height: 12px;
|
631
|
-
right: 1px;
|
632
|
-
bottom: 1px;
|
633
|
-
}
|
634
|
-
.ui-resizable-sw {
|
635
|
-
cursor: sw-resize;
|
636
|
-
width: 9px;
|
637
|
-
height: 9px;
|
638
|
-
left: -5px;
|
639
|
-
bottom: -5px;
|
640
|
-
}
|
641
|
-
.ui-resizable-nw {
|
642
|
-
cursor: nw-resize;
|
643
|
-
width: 9px;
|
644
|
-
height: 9px;
|
645
|
-
left: -5px;
|
646
|
-
top: -5px;
|
647
|
-
}
|
648
|
-
.ui-resizable-ne {
|
649
|
-
cursor: ne-resize;
|
650
|
-
width: 9px;
|
651
|
-
height: 9px;
|
652
|
-
right: -5px;
|
653
|
-
top: -5px;
|
654
|
-
}
|
655
668
|
.ui-progressbar {
|
656
669
|
height: 2em;
|
657
670
|
text-align: left;
|
@@ -664,21 +677,12 @@ button.ui-button::-moz-focus-inner {
|
|
664
677
|
.ui-progressbar .ui-progressbar-overlay {
|
665
678
|
background: url("data:image/gif;base64,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");
|
666
679
|
height: 100%;
|
667
|
-
filter: alpha(opacity=25); /* support: IE8 */
|
680
|
+
-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
|
668
681
|
opacity: 0.25;
|
669
682
|
}
|
670
683
|
.ui-progressbar-indeterminate .ui-progressbar-value {
|
671
684
|
background-image: none;
|
672
685
|
}
|
673
|
-
.ui-selectable {
|
674
|
-
-ms-touch-action: none;
|
675
|
-
touch-action: none;
|
676
|
-
}
|
677
|
-
.ui-selectable-helper {
|
678
|
-
position: absolute;
|
679
|
-
z-index: 100;
|
680
|
-
border: 1px dotted black;
|
681
|
-
}
|
682
686
|
.ui-selectmenu-menu {
|
683
687
|
padding: 0;
|
684
688
|
margin: 0;
|
@@ -728,7 +732,7 @@ button.ui-button::-moz-focus-inner {
|
|
728
732
|
z-index: 2;
|
729
733
|
width: 1.2em;
|
730
734
|
height: 1.2em;
|
731
|
-
cursor:
|
735
|
+
cursor: pointer;
|
732
736
|
-ms-touch-action: none;
|
733
737
|
touch-action: none;
|
734
738
|
}
|
@@ -784,10 +788,6 @@ button.ui-button::-moz-focus-inner {
|
|
784
788
|
.ui-slider-vertical .ui-slider-range-max {
|
785
789
|
top: 0;
|
786
790
|
}
|
787
|
-
.ui-sortable-handle {
|
788
|
-
-ms-touch-action: none;
|
789
|
-
touch-action: none;
|
790
|
-
}
|
791
791
|
.ui-spinner {
|
792
792
|
position: relative;
|
793
793
|
display: inline-block;
|
@@ -1041,18 +1041,18 @@ a.ui-button:active,
|
|
1041
1041
|
.ui-widget-content .ui-priority-secondary,
|
1042
1042
|
.ui-widget-header .ui-priority-secondary {
|
1043
1043
|
opacity: .7;
|
1044
|
-
filter:
|
1044
|
+
-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
|
1045
1045
|
font-weight: normal;
|
1046
1046
|
}
|
1047
1047
|
.ui-state-disabled,
|
1048
1048
|
.ui-widget-content .ui-state-disabled,
|
1049
1049
|
.ui-widget-header .ui-state-disabled {
|
1050
1050
|
opacity: .35;
|
1051
|
-
filter:
|
1051
|
+
-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
|
1052
1052
|
background-image: none;
|
1053
1053
|
}
|
1054
1054
|
.ui-state-disabled .ui-icon {
|
1055
|
-
filter:
|
1055
|
+
-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
|
1056
1056
|
}
|
1057
1057
|
|
1058
1058
|
/* Icons
|
@@ -1065,35 +1065,38 @@ a.ui-button:active,
|
|
1065
1065
|
}
|
1066
1066
|
.ui-icon,
|
1067
1067
|
.ui-widget-content .ui-icon {
|
1068
|
-
background-image: url("images/ui-icons_444444_256x240.png");
|
1068
|
+
background-image: url("assets/glimmer/images/ui-icons_444444_256x240.png");
|
1069
1069
|
}
|
1070
1070
|
.ui-widget-header .ui-icon {
|
1071
|
-
background-image: url("images/ui-icons_444444_256x240.png");
|
1071
|
+
background-image: url("assets/glimmer/images/ui-icons_444444_256x240.png");
|
1072
1072
|
}
|
1073
1073
|
.ui-state-hover .ui-icon,
|
1074
1074
|
.ui-state-focus .ui-icon,
|
1075
1075
|
.ui-button:hover .ui-icon,
|
1076
1076
|
.ui-button:focus .ui-icon {
|
1077
|
-
background-image: url("images/ui-icons_555555_256x240.png");
|
1077
|
+
background-image: url("assets/glimmer/images/ui-icons_555555_256x240.png");
|
1078
1078
|
}
|
1079
1079
|
.ui-state-active .ui-icon,
|
1080
1080
|
.ui-button:active .ui-icon {
|
1081
|
-
background-image: url("images/ui-icons_ffffff_256x240.png");
|
1081
|
+
background-image: url("assets/glimmer/images/ui-icons_ffffff_256x240.png");
|
1082
1082
|
}
|
1083
1083
|
.ui-state-highlight .ui-icon,
|
1084
1084
|
.ui-button .ui-state-highlight.ui-icon {
|
1085
|
-
background-image: url("images/ui-icons_777620_256x240.png");
|
1085
|
+
background-image: url("assets/glimmer/images/ui-icons_777620_256x240.png");
|
1086
1086
|
}
|
1087
1087
|
.ui-state-error .ui-icon,
|
1088
1088
|
.ui-state-error-text .ui-icon {
|
1089
|
-
background-image: url("images/ui-icons_cc0000_256x240.png");
|
1089
|
+
background-image: url("assets/glimmer/images/ui-icons_cc0000_256x240.png");
|
1090
1090
|
}
|
1091
1091
|
.ui-button .ui-icon {
|
1092
|
-
background-image: url("images/ui-icons_777777_256x240.png");
|
1092
|
+
background-image: url("assets/glimmer/images/ui-icons_777777_256x240.png");
|
1093
1093
|
}
|
1094
1094
|
|
1095
1095
|
/* positioning */
|
1096
|
-
|
1096
|
+
/* Three classes needed to override `.ui-button:hover .ui-icon` */
|
1097
|
+
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
|
1098
|
+
background-image: none;
|
1099
|
+
}
|
1097
1100
|
.ui-icon-caret-1-n { background-position: 0 0; }
|
1098
1101
|
.ui-icon-caret-1-ne { background-position: -16px 0; }
|
1099
1102
|
.ui-icon-caret-1-e { background-position: -32px 0; }
|
@@ -1303,8 +1306,8 @@ a.ui-button:active,
|
|
1303
1306
|
/* Overlays */
|
1304
1307
|
.ui-widget-overlay {
|
1305
1308
|
background: #aaaaaa;
|
1306
|
-
opacity: .
|
1307
|
-
filter: Alpha(Opacity
|
1309
|
+
opacity: .3;
|
1310
|
+
-ms-filter: Alpha(Opacity=30); /* support: IE8 */
|
1308
1311
|
}
|
1309
1312
|
.ui-widget-shadow {
|
1310
1313
|
-webkit-box-shadow: 0px 0px 5px #666666;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI CSS Framework 1.
|
2
|
+
* jQuery UI CSS Framework 1.13.1
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
5
|
* Copyright jQuery Foundation and other contributors
|
@@ -8,6 +8,10 @@
|
|
8
8
|
*
|
9
9
|
* http://api.jqueryui.com/category/theming/
|
10
10
|
*/
|
11
|
+
.ui-draggable-handle {
|
12
|
+
-ms-touch-action: none;
|
13
|
+
touch-action: none;
|
14
|
+
}
|
11
15
|
/* Layout helpers
|
12
16
|
----------------------------------*/
|
13
17
|
.ui-helper-hidden {
|
@@ -49,7 +53,7 @@
|
|
49
53
|
left: 0;
|
50
54
|
position: absolute;
|
51
55
|
opacity: 0;
|
52
|
-
filter:
|
56
|
+
-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
|
53
57
|
}
|
54
58
|
|
55
59
|
.ui-front {
|
@@ -94,6 +98,89 @@
|
|
94
98
|
width: 100%;
|
95
99
|
height: 100%;
|
96
100
|
}
|
101
|
+
.ui-resizable {
|
102
|
+
position: relative;
|
103
|
+
}
|
104
|
+
.ui-resizable-handle {
|
105
|
+
position: absolute;
|
106
|
+
font-size: 0.1px;
|
107
|
+
display: block;
|
108
|
+
-ms-touch-action: none;
|
109
|
+
touch-action: none;
|
110
|
+
}
|
111
|
+
.ui-resizable-disabled .ui-resizable-handle,
|
112
|
+
.ui-resizable-autohide .ui-resizable-handle {
|
113
|
+
display: none;
|
114
|
+
}
|
115
|
+
.ui-resizable-n {
|
116
|
+
cursor: n-resize;
|
117
|
+
height: 7px;
|
118
|
+
width: 100%;
|
119
|
+
top: -5px;
|
120
|
+
left: 0;
|
121
|
+
}
|
122
|
+
.ui-resizable-s {
|
123
|
+
cursor: s-resize;
|
124
|
+
height: 7px;
|
125
|
+
width: 100%;
|
126
|
+
bottom: -5px;
|
127
|
+
left: 0;
|
128
|
+
}
|
129
|
+
.ui-resizable-e {
|
130
|
+
cursor: e-resize;
|
131
|
+
width: 7px;
|
132
|
+
right: -5px;
|
133
|
+
top: 0;
|
134
|
+
height: 100%;
|
135
|
+
}
|
136
|
+
.ui-resizable-w {
|
137
|
+
cursor: w-resize;
|
138
|
+
width: 7px;
|
139
|
+
left: -5px;
|
140
|
+
top: 0;
|
141
|
+
height: 100%;
|
142
|
+
}
|
143
|
+
.ui-resizable-se {
|
144
|
+
cursor: se-resize;
|
145
|
+
width: 12px;
|
146
|
+
height: 12px;
|
147
|
+
right: 1px;
|
148
|
+
bottom: 1px;
|
149
|
+
}
|
150
|
+
.ui-resizable-sw {
|
151
|
+
cursor: sw-resize;
|
152
|
+
width: 9px;
|
153
|
+
height: 9px;
|
154
|
+
left: -5px;
|
155
|
+
bottom: -5px;
|
156
|
+
}
|
157
|
+
.ui-resizable-nw {
|
158
|
+
cursor: nw-resize;
|
159
|
+
width: 9px;
|
160
|
+
height: 9px;
|
161
|
+
left: -5px;
|
162
|
+
top: -5px;
|
163
|
+
}
|
164
|
+
.ui-resizable-ne {
|
165
|
+
cursor: ne-resize;
|
166
|
+
width: 9px;
|
167
|
+
height: 9px;
|
168
|
+
right: -5px;
|
169
|
+
top: -5px;
|
170
|
+
}
|
171
|
+
.ui-selectable {
|
172
|
+
-ms-touch-action: none;
|
173
|
+
touch-action: none;
|
174
|
+
}
|
175
|
+
.ui-selectable-helper {
|
176
|
+
position: absolute;
|
177
|
+
z-index: 100;
|
178
|
+
border: 1px dotted black;
|
179
|
+
}
|
180
|
+
.ui-sortable-handle {
|
181
|
+
-ms-touch-action: none;
|
182
|
+
touch-action: none;
|
183
|
+
}
|
97
184
|
.ui-accordion .ui-accordion-header {
|
98
185
|
display: block;
|
99
186
|
cursor: pointer;
|
@@ -582,80 +669,6 @@ button.ui-button::-moz-focus-inner {
|
|
582
669
|
.ui-draggable .ui-dialog-titlebar {
|
583
670
|
cursor: move;
|
584
671
|
}
|
585
|
-
.ui-draggable-handle {
|
586
|
-
-ms-touch-action: none;
|
587
|
-
touch-action: none;
|
588
|
-
}
|
589
|
-
.ui-resizable {
|
590
|
-
position: relative;
|
591
|
-
}
|
592
|
-
.ui-resizable-handle {
|
593
|
-
position: absolute;
|
594
|
-
font-size: 0.1px;
|
595
|
-
display: block;
|
596
|
-
-ms-touch-action: none;
|
597
|
-
touch-action: none;
|
598
|
-
}
|
599
|
-
.ui-resizable-disabled .ui-resizable-handle,
|
600
|
-
.ui-resizable-autohide .ui-resizable-handle {
|
601
|
-
display: none;
|
602
|
-
}
|
603
|
-
.ui-resizable-n {
|
604
|
-
cursor: n-resize;
|
605
|
-
height: 7px;
|
606
|
-
width: 100%;
|
607
|
-
top: -5px;
|
608
|
-
left: 0;
|
609
|
-
}
|
610
|
-
.ui-resizable-s {
|
611
|
-
cursor: s-resize;
|
612
|
-
height: 7px;
|
613
|
-
width: 100%;
|
614
|
-
bottom: -5px;
|
615
|
-
left: 0;
|
616
|
-
}
|
617
|
-
.ui-resizable-e {
|
618
|
-
cursor: e-resize;
|
619
|
-
width: 7px;
|
620
|
-
right: -5px;
|
621
|
-
top: 0;
|
622
|
-
height: 100%;
|
623
|
-
}
|
624
|
-
.ui-resizable-w {
|
625
|
-
cursor: w-resize;
|
626
|
-
width: 7px;
|
627
|
-
left: -5px;
|
628
|
-
top: 0;
|
629
|
-
height: 100%;
|
630
|
-
}
|
631
|
-
.ui-resizable-se {
|
632
|
-
cursor: se-resize;
|
633
|
-
width: 12px;
|
634
|
-
height: 12px;
|
635
|
-
right: 1px;
|
636
|
-
bottom: 1px;
|
637
|
-
}
|
638
|
-
.ui-resizable-sw {
|
639
|
-
cursor: sw-resize;
|
640
|
-
width: 9px;
|
641
|
-
height: 9px;
|
642
|
-
left: -5px;
|
643
|
-
bottom: -5px;
|
644
|
-
}
|
645
|
-
.ui-resizable-nw {
|
646
|
-
cursor: nw-resize;
|
647
|
-
width: 9px;
|
648
|
-
height: 9px;
|
649
|
-
left: -5px;
|
650
|
-
top: -5px;
|
651
|
-
}
|
652
|
-
.ui-resizable-ne {
|
653
|
-
cursor: ne-resize;
|
654
|
-
width: 9px;
|
655
|
-
height: 9px;
|
656
|
-
right: -5px;
|
657
|
-
top: -5px;
|
658
|
-
}
|
659
672
|
.ui-progressbar {
|
660
673
|
height: 2em;
|
661
674
|
text-align: left;
|
@@ -668,21 +681,12 @@ button.ui-button::-moz-focus-inner {
|
|
668
681
|
.ui-progressbar .ui-progressbar-overlay {
|
669
682
|
background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
|
670
683
|
height: 100%;
|
671
|
-
filter: alpha(opacity=25); /* support: IE8 */
|
684
|
+
-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
|
672
685
|
opacity: 0.25;
|
673
686
|
}
|
674
687
|
.ui-progressbar-indeterminate .ui-progressbar-value {
|
675
688
|
background-image: none;
|
676
689
|
}
|
677
|
-
.ui-selectable {
|
678
|
-
-ms-touch-action: none;
|
679
|
-
touch-action: none;
|
680
|
-
}
|
681
|
-
.ui-selectable-helper {
|
682
|
-
position: absolute;
|
683
|
-
z-index: 100;
|
684
|
-
border: 1px dotted black;
|
685
|
-
}
|
686
690
|
.ui-selectmenu-menu {
|
687
691
|
padding: 0;
|
688
692
|
margin: 0;
|
@@ -732,7 +736,7 @@ button.ui-button::-moz-focus-inner {
|
|
732
736
|
z-index: 2;
|
733
737
|
width: 1.2em;
|
734
738
|
height: 1.2em;
|
735
|
-
cursor:
|
739
|
+
cursor: pointer;
|
736
740
|
-ms-touch-action: none;
|
737
741
|
touch-action: none;
|
738
742
|
}
|
@@ -788,10 +792,6 @@ button.ui-button::-moz-focus-inner {
|
|
788
792
|
.ui-slider-vertical .ui-slider-range-max {
|
789
793
|
top: 0;
|
790
794
|
}
|
791
|
-
.ui-sortable-handle {
|
792
|
-
-ms-touch-action: none;
|
793
|
-
touch-action: none;
|
794
|
-
}
|
795
795
|
.ui-spinner {
|
796
796
|
position: relative;
|
797
797
|
display: inline-block;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI CSS Framework 1.
|
2
|
+
* jQuery UI CSS Framework 1.13.1
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
5
|
* Copyright jQuery Foundation and other contributors
|
@@ -8,7 +8,7 @@
|
|
8
8
|
*
|
9
9
|
* http://api.jqueryui.com/category/theming/
|
10
10
|
*
|
11
|
-
* To view and modify this theme, visit http://jqueryui.com/themeroller/?
|
11
|
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
|
12
12
|
*/
|
13
13
|
|
14
14
|
|
@@ -172,18 +172,18 @@ a.ui-button:active,
|
|
172
172
|
.ui-widget-content .ui-priority-secondary,
|
173
173
|
.ui-widget-header .ui-priority-secondary {
|
174
174
|
opacity: .7;
|
175
|
-
filter:
|
175
|
+
-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
|
176
176
|
font-weight: normal;
|
177
177
|
}
|
178
178
|
.ui-state-disabled,
|
179
179
|
.ui-widget-content .ui-state-disabled,
|
180
180
|
.ui-widget-header .ui-state-disabled {
|
181
181
|
opacity: .35;
|
182
|
-
filter:
|
182
|
+
-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
|
183
183
|
background-image: none;
|
184
184
|
}
|
185
185
|
.ui-state-disabled .ui-icon {
|
186
|
-
filter:
|
186
|
+
-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
|
187
187
|
}
|
188
188
|
|
189
189
|
/* Icons
|
@@ -196,35 +196,38 @@ a.ui-button:active,
|
|
196
196
|
}
|
197
197
|
.ui-icon,
|
198
198
|
.ui-widget-content .ui-icon {
|
199
|
-
background-image: url("images/ui-icons_444444_256x240.png");
|
199
|
+
background-image: url("assets/glimmer/images/ui-icons_444444_256x240.png");
|
200
200
|
}
|
201
201
|
.ui-widget-header .ui-icon {
|
202
|
-
background-image: url("images/ui-icons_444444_256x240.png");
|
202
|
+
background-image: url("assets/glimmer/images/ui-icons_444444_256x240.png");
|
203
203
|
}
|
204
204
|
.ui-state-hover .ui-icon,
|
205
205
|
.ui-state-focus .ui-icon,
|
206
206
|
.ui-button:hover .ui-icon,
|
207
207
|
.ui-button:focus .ui-icon {
|
208
|
-
background-image: url("images/ui-icons_555555_256x240.png");
|
208
|
+
background-image: url("assets/glimmer/images/ui-icons_555555_256x240.png");
|
209
209
|
}
|
210
210
|
.ui-state-active .ui-icon,
|
211
211
|
.ui-button:active .ui-icon {
|
212
|
-
background-image: url("images/ui-icons_ffffff_256x240.png");
|
212
|
+
background-image: url("assets/glimmer/images/ui-icons_ffffff_256x240.png");
|
213
213
|
}
|
214
214
|
.ui-state-highlight .ui-icon,
|
215
215
|
.ui-button .ui-state-highlight.ui-icon {
|
216
|
-
background-image: url("images/ui-icons_777620_256x240.png");
|
216
|
+
background-image: url("assets/glimmer/images/ui-icons_777620_256x240.png");
|
217
217
|
}
|
218
218
|
.ui-state-error .ui-icon,
|
219
219
|
.ui-state-error-text .ui-icon {
|
220
|
-
background-image: url("images/ui-icons_cc0000_256x240.png");
|
220
|
+
background-image: url("assets/glimmer/images/ui-icons_cc0000_256x240.png");
|
221
221
|
}
|
222
222
|
.ui-button .ui-icon {
|
223
|
-
background-image: url("images/ui-icons_777777_256x240.png");
|
223
|
+
background-image: url("assets/glimmer/images/ui-icons_777777_256x240.png");
|
224
224
|
}
|
225
225
|
|
226
226
|
/* positioning */
|
227
|
-
|
227
|
+
/* Three classes needed to override `.ui-button:hover .ui-icon` */
|
228
|
+
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
|
229
|
+
background-image: none;
|
230
|
+
}
|
228
231
|
.ui-icon-caret-1-n { background-position: 0 0; }
|
229
232
|
.ui-icon-caret-1-ne { background-position: -16px 0; }
|
230
233
|
.ui-icon-caret-1-e { background-position: -32px 0; }
|
@@ -434,8 +437,8 @@ a.ui-button:active,
|
|
434
437
|
/* Overlays */
|
435
438
|
.ui-widget-overlay {
|
436
439
|
background: #aaaaaa;
|
437
|
-
opacity: .
|
438
|
-
filter: Alpha(Opacity
|
440
|
+
opacity: .3;
|
441
|
+
-ms-filter: Alpha(Opacity=30); /* support: IE8 */
|
439
442
|
}
|
440
443
|
.ui-widget-shadow {
|
441
444
|
-webkit-box-shadow: 0px 0px 5px #666666;
|
data/config/routes.rb
CHANGED
data/lib/display.rb
CHANGED