jquery-ui-themes 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. data/app/assets/images/jquery-ui/animated-overlay.gif +0 -0
  2. data/app/assets/images/jquery-ui/black-tie/animated-overlay.gif +0 -0
  3. data/app/assets/images/jquery-ui/blitzer/animated-overlay.gif +0 -0
  4. data/app/assets/images/jquery-ui/cupertino/animated-overlay.gif +0 -0
  5. data/app/assets/images/jquery-ui/dark-hive/animated-overlay.gif +0 -0
  6. data/app/assets/images/jquery-ui/dot-luv/animated-overlay.gif +0 -0
  7. data/app/assets/images/jquery-ui/eggplant/animated-overlay.gif +0 -0
  8. data/app/assets/images/jquery-ui/excite-bike/animated-overlay.gif +0 -0
  9. data/app/assets/images/jquery-ui/flick/animated-overlay.gif +0 -0
  10. data/app/assets/images/jquery-ui/hot-sneaks/animated-overlay.gif +0 -0
  11. data/app/assets/images/jquery-ui/humanity/animated-overlay.gif +0 -0
  12. data/app/assets/images/jquery-ui/le-frog/animated-overlay.gif +0 -0
  13. data/app/assets/images/jquery-ui/mint-choc/animated-overlay.gif +0 -0
  14. data/app/assets/images/jquery-ui/overcast/animated-overlay.gif +0 -0
  15. data/app/assets/images/jquery-ui/pepper-grinder/animated-overlay.gif +0 -0
  16. data/app/assets/images/jquery-ui/redmond/animated-overlay.gif +0 -0
  17. data/app/assets/images/jquery-ui/smoothness/animated-overlay.gif +0 -0
  18. data/app/assets/images/jquery-ui/south-street/animated-overlay.gif +0 -0
  19. data/app/assets/images/jquery-ui/start/animated-overlay.gif +0 -0
  20. data/app/assets/images/jquery-ui/sunny/animated-overlay.gif +0 -0
  21. data/app/assets/images/jquery-ui/swanky-purse/animated-overlay.gif +0 -0
  22. data/app/assets/images/jquery-ui/trontastic/animated-overlay.gif +0 -0
  23. data/app/assets/images/jquery-ui/ui-darkness/animated-overlay.gif +0 -0
  24. data/app/assets/images/jquery-ui/ui-lightness/animated-overlay.gif +0 -0
  25. data/app/assets/images/jquery-ui/vader/animated-overlay.gif +0 -0
  26. data/app/assets/stylesheets/jquery-ui/black-tie.css.scss +18 -18
  27. data/app/assets/stylesheets/jquery-ui/blitzer.css.scss +17 -17
  28. data/app/assets/stylesheets/jquery-ui/cupertino.css.scss +17 -17
  29. data/app/assets/stylesheets/jquery-ui/dark-hive.css.scss +17 -17
  30. data/app/assets/stylesheets/jquery-ui/dot-luv.css.scss +17 -17
  31. data/app/assets/stylesheets/jquery-ui/eggplant.css.scss +17 -17
  32. data/app/assets/stylesheets/jquery-ui/excite-bike.css.scss +17 -17
  33. data/app/assets/stylesheets/jquery-ui/flick.css.scss +17 -17
  34. data/app/assets/stylesheets/jquery-ui/hot-sneaks.css.scss +17 -17
  35. data/app/assets/stylesheets/jquery-ui/humanity.css.scss +17 -17
  36. data/app/assets/stylesheets/jquery-ui/le-frog.css.scss +17 -17
  37. data/app/assets/stylesheets/jquery-ui/mint-choc.css.scss +17 -17
  38. data/app/assets/stylesheets/jquery-ui/overcast.css.scss +17 -17
  39. data/app/assets/stylesheets/jquery-ui/pepper-grinder.css.scss +17 -17
  40. data/app/assets/stylesheets/jquery-ui/redmond.css.scss +17 -17
  41. data/app/assets/stylesheets/jquery-ui/smoothness.css.scss +17 -17
  42. data/app/assets/stylesheets/jquery-ui/south-street.css.scss +17 -17
  43. data/app/assets/stylesheets/jquery-ui/start.css.scss +17 -17
  44. data/app/assets/stylesheets/jquery-ui/sunny.css.scss +17 -17
  45. data/app/assets/stylesheets/jquery-ui/swanky-purse.css.scss +17 -17
  46. data/app/assets/stylesheets/jquery-ui/trontastic.css.scss +17 -17
  47. data/app/assets/stylesheets/jquery-ui/ui-darkness.css.scss +17 -17
  48. data/app/assets/stylesheets/jquery-ui/ui-lightness.css.scss +17 -17
  49. data/app/assets/stylesheets/jquery-ui/vader.css.scss +17 -17
  50. data/lib/jquery-ui-themes/version.rb +1 -1
  51. metadata +27 -2
@@ -530,7 +530,7 @@ button.ui-button::-moz-focus-inner {
530
530
  height: 100%;
531
531
  }
532
532
  .ui-progressbar .ui-progressbar-overlay {
533
- background: url("images/animated-overlay.gif");
533
+ background: url("jquery-ui/animated-overlay.gif");
534
534
  height: 100%;
535
535
  filter: alpha(opacity=25);
536
536
  opacity: 0.25;
@@ -801,7 +801,7 @@ body .ui-tooltip {
801
801
  }
802
802
  .ui-widget-content {
803
803
  border: 1px solid #aaaaaa;
804
- background: #ffffff url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-bg_flat_75_ffffff_40x100.png')) 50% 50% repeat-x;
804
+ background: #ffffff url(image-path('jquery-ui/hot-sneaks/ui-bg_flat_75_ffffff_40x100.png')) 50% 50% repeat-x;
805
805
  color: #2c4359;
806
806
  }
807
807
  .ui-widget-content a {
@@ -809,7 +809,7 @@ body .ui-tooltip {
809
809
  }
810
810
  .ui-widget-header {
811
811
  border: 1px solid #2c4359;
812
- background: #35414f url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-bg_dots-small_35_35414f_2x2.png')) 50% 50% repeat;
812
+ background: #35414f url(image-path('jquery-ui/hot-sneaks/ui-bg_dots-small_35_35414f_2x2.png')) 50% 50% repeat;
813
813
  color: #e1e463;
814
814
  font-weight: bold;
815
815
  }
@@ -823,7 +823,7 @@ body .ui-tooltip {
823
823
  .ui-widget-content .ui-state-default,
824
824
  .ui-widget-header .ui-state-default {
825
825
  border: 1px solid #93c3cd;
826
- background: #93c3cd url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-bg_diagonals-small_50_93c3cd_40x40.png')) 50% 50% repeat;
826
+ background: #93c3cd url(image-path('jquery-ui/hot-sneaks/ui-bg_diagonals-small_50_93c3cd_40x40.png')) 50% 50% repeat;
827
827
  font-weight: bold;
828
828
  color: #333333;
829
829
  }
@@ -840,7 +840,7 @@ body .ui-tooltip {
840
840
  .ui-widget-content .ui-state-focus,
841
841
  .ui-widget-header .ui-state-focus {
842
842
  border: 1px solid #999999;
843
- background: #ccd232 url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-bg_diagonals-small_75_ccd232_40x40.png')) 50% 50% repeat;
843
+ background: #ccd232 url(image-path('jquery-ui/hot-sneaks/ui-bg_diagonals-small_75_ccd232_40x40.png')) 50% 50% repeat;
844
844
  font-weight: bold;
845
845
  color: #212121;
846
846
  }
@@ -855,7 +855,7 @@ body .ui-tooltip {
855
855
  .ui-widget-content .ui-state-active,
856
856
  .ui-widget-header .ui-state-active {
857
857
  border: 1px solid #ff6b7f;
858
- background: #db4865 url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-bg_diagonals-small_40_db4865_40x40.png')) 50% 50% repeat;
858
+ background: #db4865 url(image-path('jquery-ui/hot-sneaks/ui-bg_diagonals-small_40_db4865_40x40.png')) 50% 50% repeat;
859
859
  font-weight: bold;
860
860
  color: #ffffff;
861
861
  }
@@ -872,7 +872,7 @@ body .ui-tooltip {
872
872
  .ui-widget-content .ui-state-highlight,
873
873
  .ui-widget-header .ui-state-highlight {
874
874
  border: 1px solid #b4d100;
875
- background: #ffff38 url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-bg_dots-medium_80_ffff38_4x4.png')) 50% 50% repeat;
875
+ background: #ffff38 url(image-path('jquery-ui/hot-sneaks/ui-bg_dots-medium_80_ffff38_4x4.png')) 50% 50% repeat;
876
876
  color: #363636;
877
877
  }
878
878
  .ui-state-highlight a,
@@ -884,7 +884,7 @@ body .ui-tooltip {
884
884
  .ui-widget-content .ui-state-error,
885
885
  .ui-widget-header .ui-state-error {
886
886
  border: 1px solid #ff6b7f;
887
- background: #ff3853 url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-bg_diagonals-small_50_ff3853_40x40.png')) 50% 50% repeat;
887
+ background: #ff3853 url(image-path('jquery-ui/hot-sneaks/ui-bg_diagonals-small_50_ff3853_40x40.png')) 50% 50% repeat;
888
888
  color: #ffffff;
889
889
  }
890
890
  .ui-state-error a,
@@ -930,27 +930,27 @@ body .ui-tooltip {
930
930
  }
931
931
  .ui-icon,
932
932
  .ui-widget-content .ui-icon {
933
- background-image: url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-icons_c02669_256x240.png'));
933
+ background-image: url(image-path('jquery-ui/hot-sneaks/ui-icons_c02669_256x240.png'));
934
934
  }
935
935
  .ui-widget-header .ui-icon {
936
- background-image: url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-icons_e1e463_256x240.png'));
936
+ background-image: url(image-path('jquery-ui/hot-sneaks/ui-icons_e1e463_256x240.png'));
937
937
  }
938
938
  .ui-state-default .ui-icon {
939
- background-image: url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-icons_ffffff_256x240.png'));
939
+ background-image: url(image-path('jquery-ui/hot-sneaks/ui-icons_ffffff_256x240.png'));
940
940
  }
941
941
  .ui-state-hover .ui-icon,
942
942
  .ui-state-focus .ui-icon {
943
- background-image: url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-icons_454545_256x240.png'));
943
+ background-image: url(image-path('jquery-ui/hot-sneaks/ui-icons_454545_256x240.png'));
944
944
  }
945
945
  .ui-state-active .ui-icon {
946
- background-image: url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-icons_ffffff_256x240.png'));
946
+ background-image: url(image-path('jquery-ui/hot-sneaks/ui-icons_ffffff_256x240.png'));
947
947
  }
948
948
  .ui-state-highlight .ui-icon {
949
- background-image: url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-icons_88a206_256x240.png'));
949
+ background-image: url(image-path('jquery-ui/hot-sneaks/ui-icons_88a206_256x240.png'));
950
950
  }
951
951
  .ui-state-error .ui-icon,
952
952
  .ui-state-error-text .ui-icon {
953
- background-image: url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-icons_ffeb33_256x240.png'));
953
+ background-image: url(image-path('jquery-ui/hot-sneaks/ui-icons_ffeb33_256x240.png'));
954
954
  }
955
955
 
956
956
  /* positioning */
@@ -1163,14 +1163,14 @@ body .ui-tooltip {
1163
1163
 
1164
1164
  /* Overlays */
1165
1165
  .ui-widget-overlay {
1166
- background: #f7f7ba url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-bg_white-lines_85_f7f7ba_40x100.png')) 50% 50% repeat;
1166
+ background: #f7f7ba url(image-path('jquery-ui/hot-sneaks/ui-bg_white-lines_85_f7f7ba_40x100.png')) 50% 50% repeat;
1167
1167
  opacity: .8;
1168
1168
  filter: Alpha(Opacity=80);
1169
1169
  }
1170
1170
  .ui-widget-shadow {
1171
1171
  margin: 8px 0 0 8px;
1172
1172
  padding: 10px;
1173
- background: #ba9217 url(image-path('jquery-ui/1.10.3/hot-sneaks/ui-bg_flat_75_ba9217_40x100.png')) 50% 50% repeat-x;
1173
+ background: #ba9217 url(image-path('jquery-ui/hot-sneaks/ui-bg_flat_75_ba9217_40x100.png')) 50% 50% repeat-x;
1174
1174
  opacity: .2;
1175
1175
  filter: Alpha(Opacity=20);
1176
1176
  border-radius: 5px;
@@ -530,7 +530,7 @@ button.ui-button::-moz-focus-inner {
530
530
  height: 100%;
531
531
  }
532
532
  .ui-progressbar .ui-progressbar-overlay {
533
- background: url("images/animated-overlay.gif");
533
+ background: url("jquery-ui/animated-overlay.gif");
534
534
  height: 100%;
535
535
  filter: alpha(opacity=25);
536
536
  opacity: 0.25;
@@ -801,7 +801,7 @@ body .ui-tooltip {
801
801
  }
802
802
  .ui-widget-content {
803
803
  border: 1px solid #e0cfc2;
804
- background: #f4f0ec url(image-path('jquery-ui/1.10.3/humanity/ui-bg_inset-soft_100_f4f0ec_1x100.png')) 50% bottom repeat-x;
804
+ background: #f4f0ec url(image-path('jquery-ui/humanity/ui-bg_inset-soft_100_f4f0ec_1x100.png')) 50% bottom repeat-x;
805
805
  color: #1e1b1d;
806
806
  }
807
807
  .ui-widget-content a {
@@ -809,7 +809,7 @@ body .ui-tooltip {
809
809
  }
810
810
  .ui-widget-header {
811
811
  border: 1px solid #d49768;
812
- background: #cb842e url(image-path('jquery-ui/1.10.3/humanity/ui-bg_glass_25_cb842e_1x400.png')) 50% 50% repeat-x;
812
+ background: #cb842e url(image-path('jquery-ui/humanity/ui-bg_glass_25_cb842e_1x400.png')) 50% 50% repeat-x;
813
813
  color: #ffffff;
814
814
  font-weight: bold;
815
815
  }
@@ -823,7 +823,7 @@ body .ui-tooltip {
823
823
  .ui-widget-content .ui-state-default,
824
824
  .ui-widget-header .ui-state-default {
825
825
  border: 1px solid #cdc3b7;
826
- background: #ede4d4 url(image-path('jquery-ui/1.10.3/humanity/ui-bg_glass_70_ede4d4_1x400.png')) 50% 50% repeat-x;
826
+ background: #ede4d4 url(image-path('jquery-ui/humanity/ui-bg_glass_70_ede4d4_1x400.png')) 50% 50% repeat-x;
827
827
  font-weight: normal;
828
828
  color: #3f3731;
829
829
  }
@@ -840,7 +840,7 @@ body .ui-tooltip {
840
840
  .ui-widget-content .ui-state-focus,
841
841
  .ui-widget-header .ui-state-focus {
842
842
  border: 1px solid #f5ad66;
843
- background: #f5f0e5 url(image-path('jquery-ui/1.10.3/humanity/ui-bg_glass_100_f5f0e5_1x400.png')) 50% 50% repeat-x;
843
+ background: #f5f0e5 url(image-path('jquery-ui/humanity/ui-bg_glass_100_f5f0e5_1x400.png')) 50% 50% repeat-x;
844
844
  font-weight: normal;
845
845
  color: #a46313;
846
846
  }
@@ -855,7 +855,7 @@ body .ui-tooltip {
855
855
  .ui-widget-content .ui-state-active,
856
856
  .ui-widget-header .ui-state-active {
857
857
  border: 1px solid #e0cfc2;
858
- background: #f4f0ec url(image-path('jquery-ui/1.10.3/humanity/ui-bg_highlight-hard_100_f4f0ec_1x100.png')) 50% 50% repeat-x;
858
+ background: #f4f0ec url(image-path('jquery-ui/humanity/ui-bg_highlight-hard_100_f4f0ec_1x100.png')) 50% 50% repeat-x;
859
859
  font-weight: normal;
860
860
  color: #b85700;
861
861
  }
@@ -872,7 +872,7 @@ body .ui-tooltip {
872
872
  .ui-widget-content .ui-state-highlight,
873
873
  .ui-widget-header .ui-state-highlight {
874
874
  border: 1px solid #d9bb73;
875
- background: #f5f5b5 url(image-path('jquery-ui/1.10.3/humanity/ui-bg_highlight-hard_75_f5f5b5_1x100.png')) 50% top repeat-x;
875
+ background: #f5f5b5 url(image-path('jquery-ui/humanity/ui-bg_highlight-hard_75_f5f5b5_1x100.png')) 50% top repeat-x;
876
876
  color: #060200;
877
877
  }
878
878
  .ui-state-highlight a,
@@ -884,7 +884,7 @@ body .ui-tooltip {
884
884
  .ui-widget-content .ui-state-error,
885
885
  .ui-widget-header .ui-state-error {
886
886
  border: 1px solid #f8893f;
887
- background: #fee4bd url(image-path('jquery-ui/1.10.3/humanity/ui-bg_highlight-hard_65_fee4bd_1x100.png')) 50% top repeat-x;
887
+ background: #fee4bd url(image-path('jquery-ui/humanity/ui-bg_highlight-hard_65_fee4bd_1x100.png')) 50% top repeat-x;
888
888
  color: #592003;
889
889
  }
890
890
  .ui-state-error a,
@@ -930,27 +930,27 @@ body .ui-tooltip {
930
930
  }
931
931
  .ui-icon,
932
932
  .ui-widget-content .ui-icon {
933
- background-image: url(image-path('jquery-ui/1.10.3/humanity/ui-icons_c47a23_256x240.png'));
933
+ background-image: url(image-path('jquery-ui/humanity/ui-icons_c47a23_256x240.png'));
934
934
  }
935
935
  .ui-widget-header .ui-icon {
936
- background-image: url(image-path('jquery-ui/1.10.3/humanity/ui-icons_ffffff_256x240.png'));
936
+ background-image: url(image-path('jquery-ui/humanity/ui-icons_ffffff_256x240.png'));
937
937
  }
938
938
  .ui-state-default .ui-icon {
939
- background-image: url(image-path('jquery-ui/1.10.3/humanity/ui-icons_f08000_256x240.png'));
939
+ background-image: url(image-path('jquery-ui/humanity/ui-icons_f08000_256x240.png'));
940
940
  }
941
941
  .ui-state-hover .ui-icon,
942
942
  .ui-state-focus .ui-icon {
943
- background-image: url(image-path('jquery-ui/1.10.3/humanity/ui-icons_f08000_256x240.png'));
943
+ background-image: url(image-path('jquery-ui/humanity/ui-icons_f08000_256x240.png'));
944
944
  }
945
945
  .ui-state-active .ui-icon {
946
- background-image: url(image-path('jquery-ui/1.10.3/humanity/ui-icons_f35f07_256x240.png'));
946
+ background-image: url(image-path('jquery-ui/humanity/ui-icons_f35f07_256x240.png'));
947
947
  }
948
948
  .ui-state-highlight .ui-icon {
949
- background-image: url(image-path('jquery-ui/1.10.3/humanity/ui-icons_cb672b_256x240.png'));
949
+ background-image: url(image-path('jquery-ui/humanity/ui-icons_cb672b_256x240.png'));
950
950
  }
951
951
  .ui-state-error .ui-icon,
952
952
  .ui-state-error-text .ui-icon {
953
- background-image: url(image-path('jquery-ui/1.10.3/humanity/ui-icons_ff7519_256x240.png'));
953
+ background-image: url(image-path('jquery-ui/humanity/ui-icons_ff7519_256x240.png'));
954
954
  }
955
955
 
956
956
  /* positioning */
@@ -1163,14 +1163,14 @@ body .ui-tooltip {
1163
1163
 
1164
1164
  /* Overlays */
1165
1165
  .ui-widget-overlay {
1166
- background: #aaaaaa url(image-path('jquery-ui/1.10.3/humanity/ui-bg_flat_75_aaaaaa_40x100.png')) 50% 50% repeat-x;
1166
+ background: #aaaaaa url(image-path('jquery-ui/humanity/ui-bg_flat_75_aaaaaa_40x100.png')) 50% 50% repeat-x;
1167
1167
  opacity: .3;
1168
1168
  filter: Alpha(Opacity=30);
1169
1169
  }
1170
1170
  .ui-widget-shadow {
1171
1171
  margin: -8px 0 0 -8px;
1172
1172
  padding: 8px;
1173
- background: #aaaaaa url(image-path('jquery-ui/1.10.3/humanity/ui-bg_flat_75_aaaaaa_40x100.png')) 50% 50% repeat-x;
1173
+ background: #aaaaaa url(image-path('jquery-ui/humanity/ui-bg_flat_75_aaaaaa_40x100.png')) 50% 50% repeat-x;
1174
1174
  opacity: .3;
1175
1175
  filter: Alpha(Opacity=30);
1176
1176
  border-radius: 8px;
@@ -530,7 +530,7 @@ button.ui-button::-moz-focus-inner {
530
530
  height: 100%;
531
531
  }
532
532
  .ui-progressbar .ui-progressbar-overlay {
533
- background: url("images/animated-overlay.gif");
533
+ background: url("jquery-ui/animated-overlay.gif");
534
534
  height: 100%;
535
535
  filter: alpha(opacity=25);
536
536
  opacity: 0.25;
@@ -801,7 +801,7 @@ body .ui-tooltip {
801
801
  }
802
802
  .ui-widget-content {
803
803
  border: 1px solid #72b42d;
804
- background: #285c00 url(image-path('jquery-ui/1.10.3/le-frog/ui-bg_inset-soft_10_285c00_1x100.png')) 50% bottom repeat-x;
804
+ background: #285c00 url(image-path('jquery-ui/le-frog/ui-bg_inset-soft_10_285c00_1x100.png')) 50% bottom repeat-x;
805
805
  color: #ffffff;
806
806
  }
807
807
  .ui-widget-content a {
@@ -809,7 +809,7 @@ body .ui-tooltip {
809
809
  }
810
810
  .ui-widget-header {
811
811
  border: 1px solid #3f7506;
812
- background: #3a8104 url(image-path('jquery-ui/1.10.3/le-frog/ui-bg_highlight-soft_33_3a8104_1x100.png')) 50% 50% repeat-x;
812
+ background: #3a8104 url(image-path('jquery-ui/le-frog/ui-bg_highlight-soft_33_3a8104_1x100.png')) 50% 50% repeat-x;
813
813
  color: #ffffff;
814
814
  font-weight: bold;
815
815
  }
@@ -823,7 +823,7 @@ body .ui-tooltip {
823
823
  .ui-widget-content .ui-state-default,
824
824
  .ui-widget-header .ui-state-default {
825
825
  border: 1px solid #45930b;
826
- background: #4ca20b url(image-path('jquery-ui/1.10.3/le-frog/ui-bg_highlight-soft_60_4ca20b_1x100.png')) 50% 50% repeat-x;
826
+ background: #4ca20b url(image-path('jquery-ui/le-frog/ui-bg_highlight-soft_60_4ca20b_1x100.png')) 50% 50% repeat-x;
827
827
  font-weight: normal;
828
828
  color: #ffffff;
829
829
  }
@@ -840,7 +840,7 @@ body .ui-tooltip {
840
840
  .ui-widget-content .ui-state-focus,
841
841
  .ui-widget-header .ui-state-focus {
842
842
  border: 1px solid #8bd83b;
843
- background: #4eb305 url(image-path('jquery-ui/1.10.3/le-frog/ui-bg_highlight-soft_50_4eb305_1x100.png')) 50% 50% repeat-x;
843
+ background: #4eb305 url(image-path('jquery-ui/le-frog/ui-bg_highlight-soft_50_4eb305_1x100.png')) 50% 50% repeat-x;
844
844
  font-weight: normal;
845
845
  color: #ffffff;
846
846
  }
@@ -855,7 +855,7 @@ body .ui-tooltip {
855
855
  .ui-widget-content .ui-state-active,
856
856
  .ui-widget-header .ui-state-active {
857
857
  border: 1px solid #72b42d;
858
- background: #285c00 url(image-path('jquery-ui/1.10.3/le-frog/ui-bg_highlight-hard_30_285c00_1x100.png')) 50% 50% repeat-x;
858
+ background: #285c00 url(image-path('jquery-ui/le-frog/ui-bg_highlight-hard_30_285c00_1x100.png')) 50% 50% repeat-x;
859
859
  font-weight: normal;
860
860
  color: #ffffff;
861
861
  }
@@ -872,7 +872,7 @@ body .ui-tooltip {
872
872
  .ui-widget-content .ui-state-highlight,
873
873
  .ui-widget-header .ui-state-highlight {
874
874
  border: 1px solid #f9dd34;
875
- background: #fbf5d0 url(image-path('jquery-ui/1.10.3/le-frog/ui-bg_glass_55_fbf5d0_1x400.png')) 50% 50% repeat-x;
875
+ background: #fbf5d0 url(image-path('jquery-ui/le-frog/ui-bg_glass_55_fbf5d0_1x400.png')) 50% 50% repeat-x;
876
876
  color: #363636;
877
877
  }
878
878
  .ui-state-highlight a,
@@ -884,7 +884,7 @@ body .ui-tooltip {
884
884
  .ui-widget-content .ui-state-error,
885
885
  .ui-widget-header .ui-state-error {
886
886
  border: 1px solid #fad000;
887
- background: #ffdc2e url(image-path('jquery-ui/1.10.3/le-frog/ui-bg_diagonals-thick_95_ffdc2e_40x40.png')) 50% 50% repeat;
887
+ background: #ffdc2e url(image-path('jquery-ui/le-frog/ui-bg_diagonals-thick_95_ffdc2e_40x40.png')) 50% 50% repeat;
888
888
  color: #2b2b2b;
889
889
  }
890
890
  .ui-state-error a,
@@ -930,27 +930,27 @@ body .ui-tooltip {
930
930
  }
931
931
  .ui-icon,
932
932
  .ui-widget-content .ui-icon {
933
- background-image: url(image-path('jquery-ui/1.10.3/le-frog/ui-icons_72b42d_256x240.png'));
933
+ background-image: url(image-path('jquery-ui/le-frog/ui-icons_72b42d_256x240.png'));
934
934
  }
935
935
  .ui-widget-header .ui-icon {
936
- background-image: url(image-path('jquery-ui/1.10.3/le-frog/ui-icons_ffffff_256x240.png'));
936
+ background-image: url(image-path('jquery-ui/le-frog/ui-icons_ffffff_256x240.png'));
937
937
  }
938
938
  .ui-state-default .ui-icon {
939
- background-image: url(image-path('jquery-ui/1.10.3/le-frog/ui-icons_ffffff_256x240.png'));
939
+ background-image: url(image-path('jquery-ui/le-frog/ui-icons_ffffff_256x240.png'));
940
940
  }
941
941
  .ui-state-hover .ui-icon,
942
942
  .ui-state-focus .ui-icon {
943
- background-image: url(image-path('jquery-ui/1.10.3/le-frog/ui-icons_ffffff_256x240.png'));
943
+ background-image: url(image-path('jquery-ui/le-frog/ui-icons_ffffff_256x240.png'));
944
944
  }
945
945
  .ui-state-active .ui-icon {
946
- background-image: url(image-path('jquery-ui/1.10.3/le-frog/ui-icons_ffffff_256x240.png'));
946
+ background-image: url(image-path('jquery-ui/le-frog/ui-icons_ffffff_256x240.png'));
947
947
  }
948
948
  .ui-state-highlight .ui-icon {
949
- background-image: url(image-path('jquery-ui/1.10.3/le-frog/ui-icons_4eb305_256x240.png'));
949
+ background-image: url(image-path('jquery-ui/le-frog/ui-icons_4eb305_256x240.png'));
950
950
  }
951
951
  .ui-state-error .ui-icon,
952
952
  .ui-state-error-text .ui-icon {
953
- background-image: url(image-path('jquery-ui/1.10.3/le-frog/ui-icons_cd0a0a_256x240.png'));
953
+ background-image: url(image-path('jquery-ui/le-frog/ui-icons_cd0a0a_256x240.png'));
954
954
  }
955
955
 
956
956
  /* positioning */
@@ -1163,14 +1163,14 @@ body .ui-tooltip {
1163
1163
 
1164
1164
  /* Overlays */
1165
1165
  .ui-widget-overlay {
1166
- background: #444444 url(image-path('jquery-ui/1.10.3/le-frog/ui-bg_diagonals-thick_15_444444_40x40.png')) 50% 50% repeat;
1166
+ background: #444444 url(image-path('jquery-ui/le-frog/ui-bg_diagonals-thick_15_444444_40x40.png')) 50% 50% repeat;
1167
1167
  opacity: .3;
1168
1168
  filter: Alpha(Opacity=30);
1169
1169
  }
1170
1170
  .ui-widget-shadow {
1171
1171
  margin: 4px 0 0 4px;
1172
1172
  padding: 0px;
1173
- background: #aaaaaa url(image-path('jquery-ui/1.10.3/le-frog/ui-bg_diagonals-small_0_aaaaaa_40x40.png')) 50% 50% repeat;
1173
+ background: #aaaaaa url(image-path('jquery-ui/le-frog/ui-bg_diagonals-small_0_aaaaaa_40x40.png')) 50% 50% repeat;
1174
1174
  opacity: .3;
1175
1175
  filter: Alpha(Opacity=30);
1176
1176
  border-radius: 4px;
@@ -530,7 +530,7 @@ button.ui-button::-moz-focus-inner {
530
530
  height: 100%;
531
531
  }
532
532
  .ui-progressbar .ui-progressbar-overlay {
533
- background: url("images/animated-overlay.gif");
533
+ background: url("jquery-ui/animated-overlay.gif");
534
534
  height: 100%;
535
535
  filter: alpha(opacity=25);
536
536
  opacity: 0.25;
@@ -801,7 +801,7 @@ body .ui-tooltip {
801
801
  }
802
802
  .ui-widget-content {
803
803
  border: 1px solid #9c947c;
804
- background: #201913 url(image-path('jquery-ui/1.10.3/mint-choc/ui-bg_inset-soft_10_201913_1x100.png')) 50% bottom repeat-x;
804
+ background: #201913 url(image-path('jquery-ui/mint-choc/ui-bg_inset-soft_10_201913_1x100.png')) 50% bottom repeat-x;
805
805
  color: #ffffff;
806
806
  }
807
807
  .ui-widget-content a {
@@ -809,7 +809,7 @@ body .ui-tooltip {
809
809
  }
810
810
  .ui-widget-header {
811
811
  border: 1px solid #695649;
812
- background: #453326 url(image-path('jquery-ui/1.10.3/mint-choc/ui-bg_gloss-wave_25_453326_500x100.png')) 50% 50% repeat-x;
812
+ background: #453326 url(image-path('jquery-ui/mint-choc/ui-bg_gloss-wave_25_453326_500x100.png')) 50% 50% repeat-x;
813
813
  color: #e3ddc9;
814
814
  font-weight: bold;
815
815
  }
@@ -823,7 +823,7 @@ body .ui-tooltip {
823
823
  .ui-widget-content .ui-state-default,
824
824
  .ui-widget-header .ui-state-default {
825
825
  border: 1px solid #695444;
826
- background: #1c160d url(image-path('jquery-ui/1.10.3/mint-choc/ui-bg_gloss-wave_20_1c160d_500x100.png')) 50% 50% repeat-x;
826
+ background: #1c160d url(image-path('jquery-ui/mint-choc/ui-bg_gloss-wave_20_1c160d_500x100.png')) 50% 50% repeat-x;
827
827
  font-weight: bold;
828
828
  color: #9bcc60;
829
829
  }
@@ -840,7 +840,7 @@ body .ui-tooltip {
840
840
  .ui-widget-content .ui-state-focus,
841
841
  .ui-widget-header .ui-state-focus {
842
842
  border: 1px solid #9c947c;
843
- background: #44372c url(image-path('jquery-ui/1.10.3/mint-choc/ui-bg_gloss-wave_30_44372c_500x100.png')) 50% 50% repeat-x;
843
+ background: #44372c url(image-path('jquery-ui/mint-choc/ui-bg_gloss-wave_30_44372c_500x100.png')) 50% 50% repeat-x;
844
844
  font-weight: bold;
845
845
  color: #baec7e;
846
846
  }
@@ -855,7 +855,7 @@ body .ui-tooltip {
855
855
  .ui-widget-content .ui-state-active,
856
856
  .ui-widget-header .ui-state-active {
857
857
  border: 1px solid #9c947c;
858
- background: #201913 url(image-path('jquery-ui/1.10.3/mint-choc/ui-bg_highlight-soft_20_201913_1x100.png')) 50% 50% repeat-x;
858
+ background: #201913 url(image-path('jquery-ui/mint-choc/ui-bg_highlight-soft_20_201913_1x100.png')) 50% 50% repeat-x;
859
859
  font-weight: bold;
860
860
  color: #e3ddc9;
861
861
  }
@@ -872,7 +872,7 @@ body .ui-tooltip {
872
872
  .ui-widget-content .ui-state-highlight,
873
873
  .ui-widget-header .ui-state-highlight {
874
874
  border: 1px solid #add978;
875
- background: #619226 url(image-path('jquery-ui/1.10.3/mint-choc/ui-bg_highlight-soft_20_619226_1x100.png')) 50% top repeat-x;
875
+ background: #619226 url(image-path('jquery-ui/mint-choc/ui-bg_highlight-soft_20_619226_1x100.png')) 50% top repeat-x;
876
876
  color: #ffffff;
877
877
  }
878
878
  .ui-state-highlight a,
@@ -884,7 +884,7 @@ body .ui-tooltip {
884
884
  .ui-widget-content .ui-state-error,
885
885
  .ui-widget-header .ui-state-error {
886
886
  border: 1px solid #5f391b;
887
- background: #5f391b url(image-path('jquery-ui/1.10.3/mint-choc/ui-bg_glass_15_5f391b_1x400.png')) 50% 50% repeat-x;
887
+ background: #5f391b url(image-path('jquery-ui/mint-choc/ui-bg_glass_15_5f391b_1x400.png')) 50% 50% repeat-x;
888
888
  color: #ffffff;
889
889
  }
890
890
  .ui-state-error a,
@@ -930,27 +930,27 @@ body .ui-tooltip {
930
930
  }
931
931
  .ui-icon,
932
932
  .ui-widget-content .ui-icon {
933
- background-image: url(image-path('jquery-ui/1.10.3/mint-choc/ui-icons_222222_256x240.png'));
933
+ background-image: url(image-path('jquery-ui/mint-choc/ui-icons_222222_256x240.png'));
934
934
  }
935
935
  .ui-widget-header .ui-icon {
936
- background-image: url(image-path('jquery-ui/1.10.3/mint-choc/ui-icons_e3ddc9_256x240.png'));
936
+ background-image: url(image-path('jquery-ui/mint-choc/ui-icons_e3ddc9_256x240.png'));
937
937
  }
938
938
  .ui-state-default .ui-icon {
939
- background-image: url(image-path('jquery-ui/1.10.3/mint-choc/ui-icons_9bcc60_256x240.png'));
939
+ background-image: url(image-path('jquery-ui/mint-choc/ui-icons_9bcc60_256x240.png'));
940
940
  }
941
941
  .ui-state-hover .ui-icon,
942
942
  .ui-state-focus .ui-icon {
943
- background-image: url(image-path('jquery-ui/1.10.3/mint-choc/ui-icons_add978_256x240.png'));
943
+ background-image: url(image-path('jquery-ui/mint-choc/ui-icons_add978_256x240.png'));
944
944
  }
945
945
  .ui-state-active .ui-icon {
946
- background-image: url(image-path('jquery-ui/1.10.3/mint-choc/ui-icons_e3ddc9_256x240.png'));
946
+ background-image: url(image-path('jquery-ui/mint-choc/ui-icons_e3ddc9_256x240.png'));
947
947
  }
948
948
  .ui-state-highlight .ui-icon {
949
- background-image: url(image-path('jquery-ui/1.10.3/mint-choc/ui-icons_ffffff_256x240.png'));
949
+ background-image: url(image-path('jquery-ui/mint-choc/ui-icons_ffffff_256x240.png'));
950
950
  }
951
951
  .ui-state-error .ui-icon,
952
952
  .ui-state-error-text .ui-icon {
953
- background-image: url(image-path('jquery-ui/1.10.3/mint-choc/ui-icons_f1fd86_256x240.png'));
953
+ background-image: url(image-path('jquery-ui/mint-choc/ui-icons_f1fd86_256x240.png'));
954
954
  }
955
955
 
956
956
  /* positioning */
@@ -1163,14 +1163,14 @@ body .ui-tooltip {
1163
1163
 
1164
1164
  /* Overlays */
1165
1165
  .ui-widget-overlay {
1166
- background: #aaaaaa url(image-path('jquery-ui/1.10.3/mint-choc/ui-bg_flat_0_aaaaaa_40x100.png')) 50% 50% repeat-x;
1166
+ background: #aaaaaa url(image-path('jquery-ui/mint-choc/ui-bg_flat_0_aaaaaa_40x100.png')) 50% 50% repeat-x;
1167
1167
  opacity: .3;
1168
1168
  filter: Alpha(Opacity=30);
1169
1169
  }
1170
1170
  .ui-widget-shadow {
1171
1171
  margin: -8px 0 0 -8px;
1172
1172
  padding: 8px;
1173
- background: #aaaaaa url(image-path('jquery-ui/1.10.3/mint-choc/ui-bg_flat_0_aaaaaa_40x100.png')) 50% 50% repeat-x;
1173
+ background: #aaaaaa url(image-path('jquery-ui/mint-choc/ui-bg_flat_0_aaaaaa_40x100.png')) 50% 50% repeat-x;
1174
1174
  opacity: .3;
1175
1175
  filter: Alpha(Opacity=30);
1176
1176
  border-radius: 8px;