diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-12 14:03:14 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-12 14:03:14 +0200 |
commit | 1c4c8a50a18c20b6e0df04889ddb75b40248cf18 (patch) | |
tree | df761bd069bfa1e8f23d642d2b43a2a0357c4d42 /static/jquery-ui/base/jquery.ui.progressbar.css | |
parent | 64dea4ed024edeb05fcf67e7f9fa5caf6a9e234b (diff) | |
download | Chimère - projet Saclay-1c4c8a50a18c20b6e0df04889ddb75b40248cf18.tar.bz2 Chimère - projet Saclay-1c4c8a50a18c20b6e0df04889ddb75b40248cf18.zip |
Remove old dependencies
Diffstat (limited to 'static/jquery-ui/base/jquery.ui.progressbar.css')
-rw-r--r-- | static/jquery-ui/base/jquery.ui.progressbar.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/static/jquery-ui/base/jquery.ui.progressbar.css b/static/jquery-ui/base/jquery.ui.progressbar.css deleted file mode 100644 index f8980a5..0000000 --- a/static/jquery-ui/base/jquery.ui.progressbar.css +++ /dev/null @@ -1,28 +0,0 @@ -/*! - * jQuery UI Progressbar 1.10.1 - * http://jqueryui.com - * - * Copyright 2013 jQuery Foundation and other contributors - * Released under the MIT license. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Progressbar#theming - */ -.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; -} |