summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.button.css
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.button.css')
-rw-r--r--xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.button.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.button.css b/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.button.css
index 0dc9857..44a7d9b 100644
--- a/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.button.css
+++ b/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.button.css
@@ -1,13 +1,15 @@
/*!
- * jQuery UI Button 1.8.24
+ * jQuery UI Button 1.9.2
+ * http://jqueryui.com
*
- * Copyright 2012, 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; }