Skip to content

Commit

Permalink
upgrade to jQuery UI v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Mar 17, 2013
1 parent b0d1b5a commit ba7d28d
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 10 deletions.
Binary file modified demos/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/cupertino/images/ui-bg_glass_50_3baae3_1x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions demos/cupertino/theme.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*! jQuery UI - v1.10.1 - 2013-03-03
/*! jQuery UI - v1.10.2 - 2013-03-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
Expand Down Expand Up @@ -299,7 +299,6 @@
.ui-icon {
width: 16px;
height: 16px;
background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
Expand Down Expand Up @@ -327,6 +326,7 @@
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
Expand Down
6 changes: 0 additions & 6 deletions lib/jquery-ui-1.10.1.custom.min.js

This file was deleted.

6 changes: 6 additions & 0 deletions lib/jquery-ui-1.10.2.custom.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lumbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"jquery-ui": {
"scripts": [
"lib/jquery-ui-1.10.1.custom.min.js"
"lib/jquery-ui-1.10.2.custom.min.js"
]
},
"fullcalendar": {
Expand Down

0 comments on commit ba7d28d

Please sign in to comment.