[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/css/ -> jquery-ui-dialog-rtl.css (source)

   1  /*! This file is auto-generated */
   2  /*!
   3   * jQuery UI CSS Framework 1.11.4
   4   * http://jqueryui.com
   5   *
   6   * Copyright jQuery Foundation and other contributors
   7   * Released under the MIT license.
   8   * http://jquery.org/license
   9   *
  10   * http://api.jqueryui.com/category/theming/
  11   */
  12  
  13  /**
  14   * Layout helpers
  15   */
  16  
  17  .ui-helper-hidden {
  18      display: none;
  19  }
  20  
  21  .ui-helper-hidden-accessible {
  22      border: 0;
  23      clip: rect(0 0 0 0);
  24      height: 1px;
  25      margin: -1px;
  26      overflow: hidden;
  27      padding: 0;
  28      position: absolute;
  29      width: 1px;
  30  }
  31  
  32  .ui-helper-reset {
  33      margin: 0;
  34      padding: 0;
  35      border: 0;
  36      outline: 0;
  37      line-height: 1.3;
  38      text-decoration: none;
  39      font-size: 100%;
  40      list-style: none;
  41  }
  42  
  43  .ui-helper-clearfix::before,
  44  .ui-helper-clearfix::after {
  45      content: "";
  46      display: table;
  47      border-collapse: collapse;
  48  }
  49  
  50  .ui-helper-clearfix::after {
  51      clear: both;
  52  }
  53  
  54  .ui-helper-clearfix {
  55      min-height: 0; /* support: IE7 */
  56  }
  57  
  58  .ui-helper-zfix {
  59      width: 100%;
  60      height: 100%;
  61      top: 0;
  62      right: 0;
  63      position: absolute;
  64      opacity: 0;
  65  }
  66  
  67  .ui-front {
  68      z-index: 100;
  69  }
  70  
  71  /**
  72   * Interaction Cues
  73   */
  74  
  75  .ui-state-disabled {
  76      cursor: default !important;
  77  }
  78  
  79  /**
  80   * Icons
  81   */
  82  
  83  /* states and images */
  84  .ui-icon {
  85      display: block;
  86      text-indent: -99999px;
  87      overflow: hidden;
  88      background-repeat: no-repeat;
  89  }
  90  
  91  /**
  92   * Misc visuals
  93   */
  94  
  95  /* Overlays */
  96  .ui-widget-overlay {
  97      position: fixed;
  98      top: 0;
  99      right: 0;
 100      left: 0;
 101      bottom: 0;
 102      width: 100%;
 103      height: 100%;
 104      min-height: 360px;
 105      background: #000;
 106      opacity: 0.7;
 107      z-index: 100101;
 108  }
 109  
 110  /*!
 111   * jQuery UI Resizable 1.11.4
 112   * http://jqueryui.com
 113   *
 114   * Copyright jQuery Foundation and other contributors
 115   * Released under the MIT license.
 116   * http://jquery.org/license
 117   */
 118  
 119  .ui-resizable {
 120      position: relative;
 121  }
 122  
 123  .ui-resizable-handle {
 124      position: absolute;
 125      font-size: 0.1px;
 126      display: block;
 127      touch-action: none;
 128  }
 129  
 130  .ui-resizable-disabled .ui-resizable-handle,
 131  .ui-resizable-autohide .ui-resizable-handle {
 132      display: none;
 133  }
 134  
 135  .ui-resizable-n {
 136      cursor: n-resize;
 137      height: 7px;
 138      width: 100%;
 139      top: -5px;
 140      right: 0;
 141  }
 142  
 143  .ui-resizable-s {
 144      cursor: s-resize;
 145      height: 7px;
 146      width: 100%;
 147      bottom: -5px;
 148      right: 0;
 149  }
 150  
 151  /* rtl:ignore */
 152  .ui-resizable-e {
 153      cursor: e-resize;
 154      width: 7px;
 155      right: -5px;
 156      top: 0;
 157      height: 100%;
 158  }
 159  
 160  /* rtl:ignore */
 161  .ui-resizable-w {
 162      cursor: w-resize;
 163      width: 7px;
 164      left: -5px;
 165      top: 0;
 166      height: 100%;
 167  }
 168  
 169  /* rtl:ignore */
 170  .ui-resizable-se {
 171      cursor: se-resize;
 172      width: 12px;
 173      height: 12px;
 174      right: 1px;
 175      bottom: 1px;
 176  }
 177  
 178  /* rtl:ignore */
 179  .ui-resizable-sw {
 180      cursor: sw-resize;
 181      width: 9px;
 182      height: 9px;
 183      left: -5px;
 184      bottom: -5px;
 185  }
 186  
 187  /* rtl:ignore */
 188  .ui-resizable-nw {
 189      cursor: nw-resize;
 190      width: 9px;
 191      height: 9px;
 192      left: -5px;
 193      top: -5px;
 194  }
 195  
 196  /* rtl:ignore */
 197  .ui-resizable-ne {
 198      cursor: ne-resize;
 199      width: 9px;
 200      height: 9px;
 201      right: -5px;
 202      top: -5px;
 203  }
 204  
 205  /**
 206   * WP buttons: see buttons.css
 207   */
 208  
 209  .ui-button {
 210      display: inline-block;
 211      text-decoration: none;
 212      font-size: 13px;
 213      line-height: 2;
 214      height: 28px;
 215      margin: 0;
 216      padding: 0 10px 1px;
 217      cursor: pointer;
 218      border-width: 1px;
 219      border-style: solid;
 220      -webkit-appearance: none;
 221      border-radius: 3px;
 222      white-space: nowrap;
 223      box-sizing: border-box;
 224      color: #50575e;
 225      border-color: #c3c4c7;
 226      background: #f6f7f7;
 227      box-shadow: 0 1px 0 #c3c4c7;
 228      vertical-align: top;
 229  }
 230  
 231  .ui-button:active,
 232  .ui-button:focus {
 233      outline: none;
 234  }
 235  
 236  /* Remove the dotted border on :focus and the extra padding in Firefox */
 237  .ui-button::-moz-focus-inner {
 238      border-width: 0;
 239      border-style: none;
 240      padding: 0;
 241  }
 242  
 243  .ui-button:hover,
 244  .ui-button:focus {
 245      background: #f6f7f7;
 246      border-color: #8c8f94;
 247      color: #1d2327;
 248  }
 249  
 250  .ui-button:focus {
 251      border-color: #4f94d4;
 252      box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
 253  }
 254  
 255  .ui-button:active {
 256      background: #f0f0f1;
 257      border-color: #8c8f94;
 258      box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
 259  }
 260  
 261  .ui-button[disabled],
 262  .ui-button:disabled {
 263      color: #a7aaad !important;
 264      border-color: #dcdcde !important;
 265      background: #f6f7f7 !important;
 266      box-shadow: none !important;
 267      text-shadow: 0 1px 0 #fff !important;
 268      cursor: default;
 269      transform: none !important;
 270  }
 271  
 272  @media screen and (max-width: 782px) {
 273      .ui-button {
 274          padding: 6px 14px;
 275          line-height: normal;
 276          font-size: 14px;
 277          vertical-align: middle;
 278          height: auto;
 279          margin-bottom: 4px;
 280      }
 281  
 282  }
 283  
 284  /**
 285   * WP Theme
 286   */
 287  
 288  .ui-dialog {
 289      position: absolute;
 290      top: 0;
 291      right: 0;
 292      z-index: 100102;
 293      background-color: #fff;
 294      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
 295      overflow: hidden;
 296  }
 297  
 298  .ui-dialog-titlebar {
 299      background: #fff;
 300      border-bottom: 1px solid #dcdcde;
 301      height: 36px;
 302      font-size: 18px;
 303      font-weight: 600;
 304      line-height: 2;
 305      padding: 0 16px 0 36px;
 306  }
 307  
 308  .ui-button.ui-dialog-titlebar-close {
 309      background: none;
 310      border: none;
 311      box-shadow: none;
 312      color: #646970;
 313      cursor: pointer;
 314      display: block;
 315      padding: 0;
 316      position: absolute;
 317      top: 0;
 318      left: 0;
 319      width: 36px;
 320      height: 36px;
 321      text-align: center;
 322      border-radius: 0;
 323      overflow: hidden;
 324  }
 325  
 326  .ui-dialog-titlebar-close::before {
 327      font: 400 20px/1 dashicons;
 328      vertical-align: top;
 329      -webkit-font-smoothing: antialiased;
 330      -moz-osx-font-smoothing: grayscale;
 331      line-height: 1.8;
 332      width: 36px;
 333      height: 36px;
 334      content: "\f158";
 335      content: "\f158" / "";
 336  }
 337  
 338  .ui-button.ui-dialog-titlebar-close:hover,
 339  .ui-button.ui-dialog-titlebar-close:focus {
 340      color: #135e96;
 341  }
 342  
 343  .ui-button.ui-dialog-titlebar-close:focus {
 344      box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
 345      /* Only visible in Windows High Contrast mode */
 346      outline: 2px solid transparent;
 347      outline-offset: -2px;
 348  }
 349  
 350  .ui-dialog-content {
 351      padding: 16px;
 352      overflow: auto;
 353  }
 354  
 355  .ui-dialog-buttonpane {
 356      background: #fff;
 357      border-top: 1px solid #dcdcde;
 358      padding: 16px;
 359  }
 360  
 361  .ui-dialog-buttonpane .ui-button {
 362      margin-right: 16px;
 363  }
 364  
 365  .ui-dialog-buttonpane .ui-dialog-buttonset {
 366      float: left;
 367  }
 368  
 369  .ui-draggable .ui-dialog-titlebar {
 370      cursor: move;
 371  }


Generated : Fri Sep 18 08:20:28 2026 Cross-referenced by PHPXref