aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/ui/theme/jquery.ui.button.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/js/ui/theme/jquery.ui.button.css')
-rw-r--r--themes/default/js/ui/theme/jquery.ui.button.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/themes/default/js/ui/theme/jquery.ui.button.css b/themes/default/js/ui/theme/jquery.ui.button.css
index 31c79f9c4..e24ce54aa 100644
--- a/themes/default/js/ui/theme/jquery.ui.button.css
+++ b/themes/default/js/ui/theme/jquery.ui.button.css
@@ -1,13 +1,15 @@
-/*
- * jQuery UI Button 1.8.16
+/*!
+ * jQuery UI Button 1.9.0
+ * http://jqueryui.com
*
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
+ * Copyright 2012 jQuery Foundation and other contributors
+ * Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Button#theming
*/
-.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
+.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
+.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }