]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/jquery-ui-dialog.css
WordPress 4.2
[autoinstalls/wordpress.git] / wp-includes / css / jquery-ui-dialog.css
index 5fdfee440f9520ebf083e9606976c25d640e51aa..091cb7480c870c7c2b09468c76e11b6f2ae9d980 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;
        left: 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;
 .ui-button:focus {
        background: #fafafa;
        border-color: #999;
-       color: #222;
+       color: #23282d;
 }
 
 .ui-button:focus {
 .ui-button:active {
        background: #eee;
        border-color: #999;
-       color: #333;
+       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 );
 }
 
 .ui-button[disabled],
 .ui-button:disabled {
-       color: #aaa !important;
+       color: #a0a5aa !important;
        border-color: #ddd !important;
        background: #f7f7f7 !important;
        -webkit-box-shadow: none !important;
 }
 
 .ui-button.ui-dialog-titlebar-close:hover {
-       color: #2ea2cc;
+       color: #00a0d2;
 }
 
 .ui-dialog-titlebar-close .ui-button-text {