]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/buttons.css
WordPress 4.6.3-scripts
[autoinstalls/wordpress.git] / wp-includes / css / buttons.css
index 433249b904cb85976d2cded732ac39e463314046..6ea9964eb2fbb304b5b50b644f0472e3a149ac4c 100644 (file)
@@ -8,7 +8,7 @@ buttons in the following files are updated.
 
 WordPress-style Buttons
 =======================
-Create a button by adding the `.button` class to an element. For backwards
+Create a button by adding the `.button` class to an element. For backward
 compatibility, we support several other classes (such as `.button-secondary`),
 but these will *not* work with the stackable classes described below.
 
@@ -162,11 +162,11 @@ TABLE OF CONTENTS:
 .wp-core-ui .button-secondary:active {
        background: #eee;
        border-color: #999;
-       -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
-       box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
-       -webkit-transform: translateY(1px);
-       -ms-transform: translateY(1px);
-       transform: translateY(1px);
+       -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
+       box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
+       -webkit-transform: translateY(1px);
+       -ms-transform: translateY(1px);
+       transform: translateY(1px);
 }
 
 .wp-core-ui .button.active:focus {
@@ -224,8 +224,8 @@ TABLE OF CONTENTS:
        background: #0085ba;
        border-color: #0073aa #006799 #006799;
        -webkit-box-shadow: 0 1px 0 #006799;
-       box-shadow: 0 1px 0 #006799;
-       color: #fff;
+       box-shadow: 0 1px 0 #006799;
+       color: #fff;
        text-decoration: none;
        text-shadow: 0 -1px 1px #006799,
                1px 0 1px #006799,
@@ -256,9 +256,9 @@ TABLE OF CONTENTS:
 .wp-core-ui .button-primary:active {
        background: #0073aa;
        border-color: #006799;
-       -webkit-box-shadow: inset 0 2px 0 #006799;
-       box-shadow: inset 0 2px 0 #006799;
-       vertical-align: top;
+       -webkit-box-shadow: inset 0 2px 0 #006799;
+       box-shadow: inset 0 2px 0 #006799;
+       vertical-align: top;
 }
 
 .wp-core-ui .button-primary[disabled],