]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/jquery-ui-dialog-rtl.css
WordPress 4.7.1-scripts
[autoinstalls/wordpress.git] / wp-includes / css / jquery-ui-dialog-rtl.css
index 885f00199ab21010218c53df1c4d4022f4c78bfc..ccd57d18107390760f3ea346b8e7f22ad21eebce 100644 (file)
@@ -1,8 +1,8 @@
 /*!
- * jQuery UI CSS Framework 1.11.2
+ * jQuery UI CSS Framework 1.11.4
  * http://jqueryui.com
  *
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
  * Released under the MIT license.
  * http://jquery.org/license
  *
 }
 
 /*!
- * jQuery UI Resizable 1.11.2
+ * jQuery UI Resizable 1.11.4
  * http://jqueryui.com
  *
- * Copyright 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
  * Released under the MIT license.
  * http://jquery.org/license
  */
        bottom: -5px;
        right: 0;
 }
-/* @noflip */
+/* rtl:ignore */
 .ui-resizable-e {
        cursor: e-resize;
        width: 7px;
        top: 0;
        height: 100%;
 }
-/* @noflip */
+/* rtl:ignore */
 .ui-resizable-w {
        cursor: w-resize;
        width: 7px;
        top: 0;
        height: 100%;
 }
-/* @noflip */
+/* rtl:ignore */
 .ui-resizable-se {
        cursor: se-resize;
        width: 12px;
        right: 1px;
        bottom: 1px;
 }
-/* @noflip */
+/* rtl:ignore */
 .ui-resizable-sw {
        cursor: sw-resize;
        width: 9px;
        left: -5px;
        bottom: -5px;
 }
-/* @noflip */
+/* rtl:ignore */
 .ui-resizable-nw {
        cursor: nw-resize;
        width: 9px;
        left: -5px;
        top: -5px;
 }
-/* @noflip */
+/* rtl:ignore */
 .ui-resizable-ne {
        cursor: ne-resize;
        width: 9px;
        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 {
        background: #fafafa;
        border-color: #999;
-       color: #222;
+       color: #23282d;
 }
 
 .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: #333;
        -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],
 .ui-button:disabled {
-       color: #aaa !important;
+       color: #a0a5aa !important;
        border-color: #ddd !important;
        background: #f7f7f7 !important;
        -webkit-box-shadow: none !important;
        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;
 }
 
 .ui-dialog-titlebar-close:before {
-       font: normal 20px/1 'dashicons';
+       font: normal 20px/1 dashicons;
        vertical-align: top;
        speak: none;
        -webkit-font-smoothing: antialiased;
 }
 
 .ui-button.ui-dialog-titlebar-close:hover {
-       color: #2ea2cc;
+       color: #00a0d2;
 }
 
 .ui-dialog-titlebar-close .ui-button-text {