From 57530e6a46d0ab8a3d1cf47006693b5689f481fc Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 2 Feb 2014 22:06:45 +0100 Subject: Updated jQuery to 1.11, jQueryUi to 1.10.4 --- .../Javascripts/source/jquery/css/base/jquery.ui.progressbar.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 framework/Web/Javascripts/source/jquery/css/base/jquery.ui.progressbar.css (limited to 'framework/Web/Javascripts/source/jquery/css/base/jquery.ui.progressbar.css') diff --git a/framework/Web/Javascripts/source/jquery/css/base/jquery.ui.progressbar.css b/framework/Web/Javascripts/source/jquery/css/base/jquery.ui.progressbar.css old mode 100755 new mode 100644 index aba49f88..36f5c83b --- a/framework/Web/Javascripts/source/jquery/css/base/jquery.ui.progressbar.css +++ b/framework/Web/Javascripts/source/jquery/css/base/jquery.ui.progressbar.css @@ -1,5 +1,5 @@ -/*! jQuery UI - v1.9.2 - 2012-11-23 +/*! jQuery UI - v1.10.4 - 2014-01-29 * http://jqueryui.com -* Includes: jquery.ui.progressbar.css -* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */ -.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%} \ No newline at end of file +* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ + +.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("images/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none} \ No newline at end of file -- cgit v1.2.3