]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/jquery-ui-dialog-rtl.css
WordPress 4.5
[autoinstalls/wordpress.git] / wp-includes / css / jquery-ui-dialog-rtl.css
index a46ba40f912859b0ef40b8e88e3a78cc98bbcd1c..ccd57d18107390760f3ea346b8e7f22ad21eebce 100644 (file)
        color: #555;
        border-color: #cccccc;
        background: #f7f7f7;
-       -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
-       box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
-       vertical-align: top;
+       -webkit-box-shadow: 0 1px 0 #cccccc;
+       box-shadow: 0 1px 0 #cccccc;
+       vertical-align: top;
 }
 
 .ui-button:active,
 
 /* Remove the dotted border on :focus and the extra padding in Firefox */
 .ui-button::-moz-focus-inner {
-       border-width: 1px 0;
-       border-style: solid none;
-       border-color: transparent;
+       border-width: 0;
+       border-style: none;
        padding: 0;
 }
 
 }
 
 .ui-button:focus {
-       -webkit-box-shadow:
-               0 0 0 1px #5b9dd9,
-               0 0 2px 1px rgba( 30, 140, 190, 0.8 );
-       box-shadow:
-               0 0 0 1px #5b9dd9,
-               0 0 2px 1px rgba( 30, 140, 190, 0.8 );
+       border-color: #5b9dd9;
+       -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
+       box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
 }
 
 .ui-button:active {
        background: #eee;
        border-color: #999;
-       color: #32373c;
        -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);
 }
 
 .ui-button[disabled],
        box-shadow: none !important;
        text-shadow: 0 1px 0 #fff !important;
        cursor: default;
+       -webkit-transform: none !important;
+       -ms-transform: none !important;
+       transform: none !important;
 }
 
 @media screen and ( max-width: 782px ) {
 
        .ui-button {
-               padding: 10px 14px;
-               line-height: 1;
+               padding: 6px 14px;
+               line-height: normal;
                font-size: 14px;
                vertical-align: middle;
                height: auto;