summaryrefslogtreecommitdiffstats
path: root/js/yui3/cssbutton/cssbutton.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/yui3/cssbutton/cssbutton.css')
-rw-r--r--js/yui3/cssbutton/cssbutton.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/js/yui3/cssbutton/cssbutton.css b/js/yui3/cssbutton/cssbutton.css
index cb692a9d9..d1f194788 100644
--- a/js/yui3/cssbutton/cssbutton.css
+++ b/js/yui3/cssbutton/cssbutton.css
@@ -1,9 +1,10 @@
/*
-YUI 3.7.3 (build 5687)
-Copyright 2012 Yahoo! Inc. All rights reserved.
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
+
.yui3-button {
/* Structure */
display: inline-block;
@@ -102,6 +103,10 @@ a.yui3-button {
box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset;
}
+.yui3-button-hidden {
+ display:none;
+}
+
/* Firefox: Get rid of the inner focus border */
.yui3-button::-moz-focus-inner{
padding: 0;