[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/css/ -> forms-rtl.css (source)

   1  /*! This file is auto-generated */
   2  /* Include margin and padding in the width calculation of input and textarea. */
   3  input,
   4  select,
   5  textarea,
   6  button {
   7      box-sizing: border-box;
   8      font-family: inherit;
   9      font-size: inherit;
  10      font-weight: inherit;
  11  }
  12  
  13  textarea,
  14  input {
  15      font-size: 14px;
  16  }
  17  
  18  textarea {
  19      overflow: auto;
  20      padding: 8px 12px;
  21      /* inherits font size 14px */
  22      line-height: 1.42857143; /* 20px */
  23      resize: vertical;
  24  }
  25  
  26  input,
  27  select {
  28      margin: 0 1px;
  29  }
  30  
  31  textarea.code {
  32      padding: 8px 12px;
  33  }
  34  
  35  input[type="text"],
  36  input[type="password"],
  37  input[type="color"],
  38  input[type="date"],
  39  input[type="datetime"],
  40  input[type="datetime-local"],
  41  input[type="email"],
  42  input[type="month"],
  43  input[type="number"],
  44  input[type="search"],
  45  input[type="tel"],
  46  input[type="time"],
  47  input[type="url"],
  48  input[type="week"],
  49  select,
  50  textarea {
  51      box-shadow: 0 0 0 transparent;
  52      border-radius: 2px;
  53      border: 1px solid #949494;
  54      background-color: #fff;
  55      color: #1e1e1e;
  56  }
  57  
  58  input[type="text"],
  59  input[type="password"],
  60  input[type="date"],
  61  input[type="datetime"],
  62  input[type="datetime-local"],
  63  input[type="email"],
  64  input[type="month"],
  65  input[type="number"],
  66  input[type="search"],
  67  input[type="tel"],
  68  input[type="time"],
  69  input[type="url"],
  70  input[type="week"] {
  71      padding: 0 12px;
  72      /* inherits font size 14px */
  73      min-height: 40px;
  74  }
  75  
  76  select {
  77      padding: 0 12px 0 24px;
  78      /* inherits font size 14px */
  79      line-height: 2.71428571; /* 38px for 40px min-height */
  80      min-height: 40px;
  81  }
  82  
  83  ::-webkit-datetime-edit {
  84      /* inherits font size 14px */
  85      line-height: 1.85714286; /* 26px */
  86  }
  87  
  88  input[type="text"]:focus,
  89  input[type="password"]:focus,
  90  input[type="color"]:focus,
  91  input[type="date"]:focus,
  92  input[type="datetime"]:focus,
  93  input[type="datetime-local"]:focus,
  94  input[type="email"]:focus,
  95  input[type="month"]:focus,
  96  input[type="number"]:focus,
  97  input[type="search"]:focus,
  98  input[type="tel"]:focus,
  99  input[type="time"]:focus,
 100  input[type="url"]:focus,
 101  input[type="week"]:focus,
 102  select:focus,
 103  textarea:focus {
 104      border-color: var(--wp-admin-theme-color);
 105      box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color);
 106      /* Only visible in Windows High Contrast mode */
 107      outline: 2px solid transparent;
 108  }
 109  
 110  /* Checkbox and radio use outset focus style */
 111  input[type="checkbox"]:focus,
 112  input[type="radio"]:focus {
 113      border-color: #1e1e1e;
 114      box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
 115      /* Only visible in Windows High Contrast mode */
 116      outline: 2px solid transparent;
 117  }
 118  
 119  /* rtl:ignore */
 120  .ltr,
 121  input[type="password"],
 122  input[type="email"],
 123  input[type="url"] {
 124      direction: ltr;
 125  }
 126  
 127  input[type="checkbox"],
 128  input[type="radio"] {
 129      border: 1px solid #1e1e1e;
 130      border-radius: 2px;
 131      background: #fff;
 132      color: #1e1e1e;
 133      clear: none;
 134      cursor: pointer;
 135      display: inline-block;
 136      line-height: 0;
 137      height: 1rem;
 138      margin: -0.25rem 0 0 0.25rem;
 139      outline: 0;
 140      padding: 0 !important;
 141      text-align: center;
 142      vertical-align: middle;
 143      width: 1rem;
 144      min-width: 1rem;
 145      -webkit-appearance: none;
 146      box-shadow: none;
 147      transition: .05s border-color ease-in-out;
 148  }
 149  
 150  input[type="radio"]:checked + label:before {
 151      color: #949494;
 152  }
 153  
 154  .wp-core-ui input[type="reset"]:hover,
 155  .wp-core-ui input[type="reset"]:active {
 156      color: #135e96;
 157  }
 158  
 159  td > input[type="checkbox"],
 160  .wp-admin p input[type="checkbox"],
 161  .wp-admin p input[type="radio"] {
 162      margin-top: 0;
 163  }
 164  
 165  .wp-admin p label input[type="checkbox"] {
 166      margin-top: -4px;
 167  }
 168  
 169  .wp-admin p label input[type="radio"] {
 170      margin-top: -2px;
 171  }
 172  
 173  input[type="radio"] {
 174      display: inline-flex;
 175      border-radius: 50%;
 176      margin-left: 0.25rem;
 177      align-items: center;
 178      justify-content: center;
 179  }
 180  
 181  input[type="checkbox"]:checked::before,
 182  input[type="radio"]:checked::before {
 183      float: right;
 184      display: inline-block;
 185      vertical-align: middle;
 186      width: 1rem;
 187      -webkit-font-smoothing: antialiased;
 188      -moz-osx-font-smoothing: grayscale;
 189  }
 190  
 191  input[type="checkbox"]:checked::before {
 192      /* Use the "Yes" SVG Dashicon */
 193      content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E");
 194      content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E") / '';
 195      margin: -0.1875rem -0.25rem 0 0;
 196      height: 1.3125rem;
 197      width: 1.3125rem;
 198  }
 199  
 200  input[type="checkbox"]:checked {
 201      background: var(--wp-admin-theme-color);
 202      border-color: var(--wp-admin-theme-color);
 203  }
 204  
 205  input[type="radio"]:checked {
 206      background: var(--wp-admin-theme-color);
 207      border-color: var(--wp-admin-theme-color);
 208  }
 209  
 210  input[type="radio"]:checked::before {
 211      content: "";
 212      border-radius: 50%;
 213      width: 0.5rem; /* 8px */
 214      height: 0.5rem; /* 8px */
 215      margin: auto;
 216      background-color: #fff;
 217      /* Only visible in Windows High Contrast mode */
 218      outline: 4px solid transparent;
 219  }
 220  
 221  @-moz-document url-prefix() {
 222      input[type="checkbox"],
 223      input[type="radio"],
 224      .form-table input.tog {
 225          margin-bottom: -1px;
 226      }
 227  }
 228  
 229  /* Search */
 230  input[type="search"] {
 231      -webkit-appearance: textfield;
 232  }
 233  
 234  input[type="search"]::-webkit-search-decoration {
 235      display: none;
 236  }
 237  
 238  input[type="search"]::-webkit-search-cancel-button {
 239      cursor: pointer;
 240  }
 241  
 242  .wp-admin input[type="file"] {
 243      padding: 3px 0;
 244      cursor: pointer;
 245  }
 246  
 247  input.readonly,
 248  input[readonly],
 249  textarea.readonly,
 250  textarea[readonly] {
 251      background-color: #f0f0f0;
 252  }
 253  
 254  ::-webkit-input-placeholder {
 255      color: #757575;
 256  }
 257  
 258  ::-moz-placeholder {
 259      color: #757575;
 260  }
 261  
 262  .form-invalid .form-required,
 263  .form-invalid .form-required:focus,
 264  .form-invalid.form-required input,
 265  .form-invalid.form-required input:focus,
 266  .form-invalid.form-required select,
 267  .form-invalid.form-required select:focus {
 268      border-color: #d63638 !important;
 269      box-shadow: 0 0 2px rgba(214, 54, 56, 0.8);
 270  }
 271  
 272  .form-table .form-required.form-invalid td:after {
 273      content: "\f534";
 274      content: "\f534" / '';
 275      font: normal 20px/1 dashicons;
 276      color: #d63638;
 277      margin-right: -25px;
 278      vertical-align: middle;
 279  }
 280  
 281  /* Adjust error indicator for password layout */
 282  .form-table .form-required.user-pass1-wrap.form-invalid td:after {
 283      content: "";
 284  }
 285  
 286  .form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after {
 287      content: "\f534";
 288      content: "\f534" / '';
 289      font: normal 20px/1 dashicons;
 290      color: #d63638;
 291      margin: 0 -29px 0 6px;
 292      vertical-align: middle;
 293  }
 294  
 295  .form-input-tip {
 296      color: #646970;
 297  }
 298  
 299  input:disabled,
 300  input.disabled,
 301  select:disabled,
 302  select.disabled,
 303  textarea:disabled,
 304  textarea.disabled {
 305      background: #f0f0f0;
 306      border-color: #cccccc;
 307      box-shadow: none;
 308      color: #949494;
 309  }
 310  
 311  input[type="file"]:disabled,
 312  input[type="file"].disabled,
 313  input[type="file"][aria-disabled="true"],
 314  input[type="range"]:disabled,
 315  input[type="range"].disabled,
 316  input[type="range"][aria-disabled="true"] {
 317      background: none;
 318      box-shadow: none;
 319      cursor: default;
 320  }
 321  
 322  input[type="checkbox"]:disabled,
 323  input[type="checkbox"].disabled,
 324  input[type="checkbox"][aria-disabled="true"],
 325  input[type="radio"]:disabled,
 326  input[type="radio"].disabled,
 327  input[type="radio"][aria-disabled="true"],
 328  input[type="checkbox"]:disabled:checked:before,
 329  input[type="checkbox"].disabled:checked:before,
 330  input[type="radio"]:disabled:checked:before,
 331  input[type="radio"].disabled:checked:before {
 332      opacity: 0.7;
 333      cursor: default;
 334  }
 335  
 336  /*------------------------------------------------------------------------------
 337    2.0 - Forms
 338  ------------------------------------------------------------------------------*/
 339  
 340  /* Select styles are based on the default button in buttons.css */
 341  .wp-core-ui select {
 342      font-size: 14px;
 343      line-height: 2.71428571; /* 38px for 40px min-height */
 344      color: #1e1e1e;
 345      border-color: #949494;
 346      box-shadow: none;
 347      border-radius: 2px;
 348      padding: 0 12px 0 24px;
 349      min-height: 40px;
 350      max-width: 25rem;
 351      -webkit-appearance: none;
 352      /* The SVG is arrow-down-alt2 from Dashicons. */
 353      background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%231e1e1e%22%2F%3E%3C%2Fsvg%3E') no-repeat left 8px top 55%;
 354      background-size: 16px 16px;
 355      cursor: pointer;
 356      vertical-align: middle;
 357  }
 358  
 359  .wp-core-ui select:hover {
 360      color: #1e1e1e;
 361      border-color: #1e1e1e;
 362  }
 363  
 364  .wp-core-ui select:focus {
 365      border-color: var(--wp-admin-theme-color);
 366      color: #1e1e1e;
 367      box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color);
 368  }
 369  
 370  .wp-core-ui select:active {
 371      border-color: #949494;
 372      box-shadow: none;
 373  }
 374  
 375  .wp-core-ui select.disabled,
 376  .wp-core-ui select:disabled {
 377      color: #a7aaad;
 378      border-color: #dcdcde;
 379      background-color: #f6f7f7;
 380      /* The SVG is arrow-down-alt2 from Dashicons. */
 381      background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23a0a5aa%22%2F%3E%3C%2Fsvg%3E');
 382      box-shadow: none;
 383      text-shadow: 0 1px 0 #fff;
 384      cursor: default;
 385      transform: none;
 386  }
 387  
 388  .wp-core-ui select[aria-disabled="true"] {
 389      cursor: default;
 390  }
 391  
 392  /* Reset Firefox inner outline that appears on :focus. */
 393  /* This ruleset overrides the color change on :focus thus needs to be after select:focus. */
 394  .wp-core-ui select:-moz-focusring {
 395      color: transparent;
 396      text-shadow: 0 0 0 #0a4b78;
 397  }
 398  
 399  /* Remove background focus style from IE11 while keeping focus style available on option elements. */
 400  .wp-core-ui select::-ms-value {
 401      background: transparent;
 402      color: #50575e;
 403  }
 404  
 405  .wp-core-ui select:hover::-ms-value {
 406      color: #1e1e1e;
 407  }
 408  
 409  .wp-core-ui select:focus::-ms-value {
 410      color: #0a4b78;
 411  }
 412  
 413  .wp-core-ui select.disabled::-ms-value,
 414  .wp-core-ui select:disabled::-ms-value {
 415      color: #a7aaad;
 416  }
 417  
 418  /* Hide the native down arrow for select element on IE. */
 419  .wp-core-ui select::-ms-expand {
 420      display: none;
 421  }
 422  
 423  .wp-admin .button-cancel {
 424      display: inline-block;
 425      min-height: 28px;
 426      padding: 0 5px;
 427      line-height: 2;
 428  }
 429  
 430  .meta-box-sortables select {
 431      max-width: 100%;
 432  }
 433  
 434  .meta-box-sortables input {
 435      vertical-align: middle;
 436  }
 437  
 438  .misc-pub-post-status select {
 439      margin-top: 0;
 440  }
 441  
 442  .wp-core-ui select[multiple] {
 443      height: auto;
 444      padding-left: 8px;
 445      background: #fff;
 446  }
 447  
 448  .submit {
 449      padding: 1.5em 0;
 450      margin: 5px 0;
 451      border-bottom-right-radius: 3px;
 452      border-bottom-left-radius: 3px;
 453      border: none;
 454  }
 455  
 456  form p.submit a.cancel:hover {
 457      text-decoration: none;
 458  }
 459  
 460  p.submit {
 461      text-align: right;
 462      max-width: 100%;
 463      margin-top: 20px;
 464      padding-top: 10px;
 465  }
 466  
 467  .textright p.submit {
 468      border: none;
 469      text-align: left;
 470  }
 471  
 472  table.form-table + p.submit,
 473  table.form-table + input + p.submit,
 474  table.form-table + input + input + p.submit {
 475      border-top: none;
 476      padding-top: 0;
 477  }
 478  
 479  #minor-publishing-actions input,
 480  #major-publishing-actions input,
 481  #minor-publishing-actions .preview {
 482      text-align: center;
 483  }
 484  
 485  textarea.all-options,
 486  input.all-options {
 487      width: 250px;
 488  }
 489  
 490  input.large-text,
 491  textarea.large-text {
 492      width: 99%;
 493  }
 494  
 495  .regular-text {
 496      width: 25em;
 497  }
 498  
 499  input.small-text {
 500      width: 50px;
 501      padding: 0 8px;
 502  }
 503  
 504  label input.small-text {
 505      margin-top: -4px;
 506  }
 507  
 508  input[type="number"].small-text {
 509      width: 65px;
 510      padding-left: 4px;
 511  }
 512  
 513  input.tiny-text {
 514      width: 35px;
 515  }
 516  
 517  input[type="number"].tiny-text {
 518      width: 45px;
 519      padding-left: 0;
 520  }
 521  
 522  #doaction,
 523  #doaction2,
 524  #post-query-submit {
 525      margin: 0 0 0 8px;
 526  }
 527  
 528  /* @since 5.7.0 secondary bulk action controls require JS. */
 529  .no-js label[for="bulk-action-selector-bottom"],
 530  .no-js select#bulk-action-selector-bottom,
 531  .no-js input#doaction2,
 532  .no-js label[for="new_role2"],
 533  .no-js select#new_role2,
 534  .no-js input#changeit2 {
 535      display: none;
 536  }
 537  
 538  .wp-core-ui .tablenav input[type="text"],
 539  .wp-core-ui .tablenav input[type="password"],
 540  .wp-core-ui .tablenav input[type="date"],
 541  .wp-core-ui .tablenav input[type="datetime"],
 542  .wp-core-ui .tablenav input[type="datetime-local"],
 543  .wp-core-ui .tablenav input[type="email"],
 544  .wp-core-ui .tablenav input[type="month"],
 545  .wp-core-ui .tablenav input[type="number"],
 546  .wp-core-ui .tablenav input[type="search"],
 547  .wp-core-ui .tablenav input[type="tel"],
 548  .wp-core-ui .tablenav input[type="time"],
 549  .wp-core-ui .tablenav input[type="url"],
 550  .wp-core-ui .tablenav input[type="week"],
 551  .wp-core-ui .tablenav select {
 552      padding: 0 12px;
 553      /* inherits font size 14px */
 554      line-height: 2.14285714; /* 30px for 32px height with 14px font */
 555      min-height: 32px;
 556  }
 557  
 558  .wp-core-ui .tablenav select {
 559      float: right;
 560      margin-left: 6px;
 561      max-width: 12.5rem;
 562      padding: 0 8px 0 24px;
 563  }
 564  
 565  .wp-core-ui .tablenav .button {
 566      min-height: 32px;
 567      line-height: 2.30769231; /* 30px for 32px height with 13px font */
 568      padding: 0 12px;
 569  }
 570  
 571  #timezone_string option {
 572      margin-right: 1em;
 573  }
 574  
 575  .wp-core-ui .button.wp-hide-pw > .dashicons,
 576  .wp-core-ui .button.wp-cancel-pw > .dashicons {
 577      width: 1.25rem;
 578      height: 1.25rem;
 579      font-size: 20px;
 580      line-height: 1;
 581      vertical-align: middle;
 582  }
 583  
 584  .button.wp-hide-pw.user-new-password-toggle {
 585      display: inline-flex;
 586      align-items: center;
 587      column-gap: 4px;
 588  }
 589  
 590  .wp-cancel-pw .dashicons-no {
 591      display: none;
 592  }
 593  
 594  label,
 595  #your-profile label + a {
 596      vertical-align: middle;
 597  }
 598  
 599  fieldset label,
 600  #your-profile label + a {
 601      vertical-align: middle;
 602  }
 603  
 604  .options-media-php [for*="_size_"] {
 605      min-width: 10em;
 606      vertical-align: baseline;
 607  }
 608  
 609  .options-media-php .small-text[name*="_size_"] {
 610      margin: 0 0 1em;
 611  }
 612  
 613  .wp-generate-pw {
 614      margin-top: 1em;
 615      position: relative;
 616  }
 617  
 618  .wp-pwd button {
 619      height: min-content;
 620  }
 621  
 622  .wp-pwd {
 623      margin-top: 1em;
 624      position: relative;
 625  }
 626  
 627  .mailserver-pass-wrap .wp-pwd {
 628      display: inline-block;
 629      margin-top: 0;
 630  }
 631  
 632  /* rtl:ignore */
 633  #mailserver_pass {
 634      padding-right: 2.5rem;
 635  }
 636  
 637  /* rtl:ignore */
 638  .mailserver-pass-wrap .button.wp-hide-pw {
 639      background: transparent;
 640      border: 1px solid transparent;
 641      box-shadow: none;
 642      font-size: 14px;
 643      line-height: 2;
 644      width: 2.5rem;
 645      min-width: 40px;
 646      margin: 0;
 647      padding: 0 9px;
 648      position: absolute;
 649      right: 0;
 650      top: 0;
 651  }
 652  
 653  .mailserver-pass-wrap .button.wp-hide-pw:hover {
 654      background: transparent;
 655      border-color: transparent;
 656  }
 657  
 658  .mailserver-pass-wrap .button.wp-hide-pw:focus {
 659      background: transparent;
 660      border-color: var(--wp-admin-theme-color);
 661      border-radius: 2px;
 662      box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color);
 663      /* Only visible in Windows High Contrast mode */
 664      outline: 2px solid transparent;
 665  }
 666  
 667  .mailserver-pass-wrap .button.wp-hide-pw:active {
 668      background: transparent;
 669      box-shadow: none;
 670      transform: none;
 671  }
 672  
 673  #misc-publishing-actions label {
 674      vertical-align: baseline;
 675  }
 676  
 677  #pass-strength-result {
 678      background-color: #f0f0f0;
 679      border: 1px solid #cccccc;
 680      border-radius: 2px;
 681      color: #1e1e1e;
 682      margin: -1px 1px 5px;
 683      padding: 3px 5px;
 684      text-align: center;
 685      width: 25em;
 686      box-sizing: border-box;
 687      opacity: 0;
 688  }
 689  
 690  #pass-strength-result.short {
 691      background-color: #ffabaf;
 692      border-color: #e65054;
 693      opacity: 1;
 694  }
 695  
 696  #pass-strength-result.bad {
 697      background-color: #facfd2;
 698      border-color: #f86368;
 699      opacity: 1;
 700  }
 701  
 702  #pass-strength-result.good {
 703      background-color: #f5e6ab;
 704      border-color: #f0c33c;
 705      opacity: 1;
 706  }
 707  
 708  #pass-strength-result.strong {
 709      background-color: #b8e6bf;
 710      border-color: #68de7c;
 711      opacity: 1;
 712  }
 713  
 714  .password-input-wrapper {
 715      display: inline-block;
 716  }
 717  
 718  .password-input-wrapper input {
 719      font-family: Consolas, Monaco, monospace;
 720  }
 721  
 722  #pass1.short, #pass1-text.short {
 723      border-color: #e65054;
 724  }
 725  
 726  #pass1.bad, #pass1-text.bad {
 727      border-color: #f86368;
 728  }
 729  
 730  #pass1.good, #pass1-text.good {
 731      border-color: #f0c33c;
 732  }
 733  
 734  #pass1.strong, #pass1-text.strong {
 735      border-color: #68de7c;
 736  }
 737  
 738  #pass1:focus,
 739  #pass1-text:focus {
 740      box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color);
 741      border-color: var(--wp-admin-theme-color, #3858e9);
 742      /* Only visible in Windows High Contrast mode */
 743      outline: 2px solid transparent;
 744  }
 745  
 746  .pw-weak {
 747      display: none;
 748  }
 749  
 750  .indicator-hint {
 751      padding-top: 8px;
 752  }
 753  
 754  .wp-pwd [type="text"],
 755  .wp-pwd [type="password"] {
 756      margin-bottom: 0;
 757      /* Same height as the buttons */
 758      min-height: 40px;
 759  }
 760  
 761  /* Hide the Edge "reveal password" native button */
 762  .wp-pwd input::-ms-reveal {
 763      display: none;
 764  }
 765  
 766  #pass1-text,
 767  .show-password #pass1 {
 768      display: none;
 769  }
 770  
 771  #pass1-text::-ms-clear {
 772      display: none;
 773  }
 774  
 775  .show-password #pass1-text {
 776      display: inline-block;
 777  }
 778  
 779  /* Caps lock warning */
 780  .wp-pwd .caps-warning {
 781      display: none;
 782      position: relative;
 783      background: #fcf9e8;
 784      border: 1px solid #f0c33c;
 785      color: #1d2327;
 786      padding: 6px 10px;
 787      top: -8px;
 788  }
 789  
 790  .profile-php .wp-pwd .caps-warning {
 791      padding: 3px 5px;
 792      top: -4px;
 793      border-radius: 2px;
 794  }
 795  
 796  .wp-pwd .caps-icon {
 797      display: inline-flex;
 798      justify-content: center;
 799      width: 20px;
 800      height: 20px;
 801      margin-left: 5px;
 802      vertical-align: middle;
 803  }
 804  
 805  .wp-pwd .caps-warning-text {
 806      vertical-align: middle;
 807  }
 808  /* Caps lock warning */
 809  
 810  p.search-box {
 811      display: flex;
 812      flex-wrap: wrap;
 813      align-items: center;
 814      column-gap: 0.5rem;
 815      position: relative;
 816      float: left;
 817      margin: 11px 0;
 818  }
 819  
 820  p.search-box input[type="search"],
 821  p.search-box input[type="text"] {
 822      min-height: 32px;
 823      padding: 0 8px;
 824  }
 825  
 826  p.search-box .button {
 827      min-height: 32px;
 828      line-height: 2.30769231; /* 30px for 32px height with 13px font */
 829      padding: 0 12px;
 830  }
 831  
 832  .network-admin.themes-php p.search-box {
 833      clear: right;
 834  }
 835  
 836  .tablenav .search-plugins input[name="s"] {
 837      float: right;
 838      margin: 0 0 0 4px;
 839  }
 840  
 841  .tagsdiv .newtag {
 842      margin: 0;
 843  }
 844  
 845  .js.plugins-php .search-box .wp-filter-search {
 846      margin: 0;
 847      width: 280px;
 848  }
 849  
 850  input[type="text"].ui-autocomplete-loading,
 851  input[type="email"].ui-autocomplete-loading {
 852      background-image: url(../images/loading.gif);
 853      background-repeat: no-repeat;
 854      background-position: left 5px center;
 855      visibility: visible;
 856  }
 857  
 858  input.ui-autocomplete-input.open {
 859      border-bottom-color: transparent;
 860  }
 861  
 862  ul#add-to-blog-users {
 863      margin: 0 14px 0 0;
 864  }
 865  
 866  .ui-autocomplete {
 867      padding: 0;
 868      margin: 0;
 869      list-style: none;
 870      position: absolute;
 871      z-index: 10000;
 872      border: 1px solid #4f94d4;
 873      box-shadow: 0 1px 2px rgba(79, 148, 212, 0.8);
 874      background-color: #fff;
 875  }
 876  
 877  .ui-autocomplete li {
 878      margin-bottom: 0;
 879      padding: 4px 10px;
 880      white-space: nowrap;
 881      text-align: right;
 882      cursor: pointer;
 883  }
 884  
 885  /* Colors for the wplink toolbar autocomplete. */
 886  .ui-autocomplete .ui-state-focus {
 887      background-color: #dcdcde;
 888  }
 889  
 890  /* Colors for the tags autocomplete. */
 891  .wp-tags-autocomplete .ui-state-focus,
 892  .wp-tags-autocomplete [aria-selected="true"] {
 893      background-color: var(--wp-admin-theme-color);
 894      color: #fff;
 895      /* Only visible in Windows High Contrast mode */
 896      outline: 2px solid transparent;
 897  }
 898  
 899  /*------------------------------------------------------------------------------
 900    15.0 - Comments Screen
 901  ------------------------------------------------------------------------------*/
 902  
 903  .form-table {
 904      border-collapse: collapse;
 905      margin-top: 0.5em;
 906      width: 100%;
 907      clear: both;
 908  }
 909  
 910  .form-table,
 911  .form-table td,
 912  .form-table th,
 913  .form-table td p {
 914      font-size: 14px;
 915  }
 916  
 917  .form-table td {
 918      margin-bottom: 9px;
 919      padding: 15px 10px;
 920      line-height: 1.3;
 921      vertical-align: middle;
 922  }
 923  
 924  .form-table th,
 925  .form-wrap label {
 926      color: #1d2327;
 927      font-weight: 400;
 928      text-shadow: none;
 929      vertical-align: baseline;
 930  }
 931  
 932  .form-table th {
 933      vertical-align: top;
 934      text-align: right;
 935      padding: 20px 0 20px 10px;
 936      width: 200px;
 937      line-height: 1.3;
 938      font-weight: 600;
 939  }
 940  
 941  .form-table th.th-full, /* Not used by core. Back-compat for pre-4.8 */
 942  .form-table .td-full {
 943      width: auto;
 944      padding: 20px 0 20px 10px;
 945      font-weight: 400;
 946  }
 947  
 948  .form-table td p {
 949      margin-top: 4px;
 950      margin-bottom: 0;
 951  }
 952  
 953  .form-table .date-time-doc {
 954      margin-top: 1em;
 955  }
 956  
 957  .form-table p.timezone-info {
 958      margin: 1em 0;
 959      display: flex;
 960      flex-direction: column;
 961  }
 962  
 963  #local-time {
 964      margin-top: 0.5em;
 965  }
 966  
 967  .form-table td fieldset label {
 968      margin: 0.35em 0 0.5em !important;
 969      display: inline-block;
 970  }
 971  
 972  .form-table td fieldset p label {
 973      margin-top: 0 !important;
 974  }
 975  
 976  .form-table td fieldset label,
 977  .form-table td fieldset p,
 978  .form-table td fieldset li {
 979      line-height: 1.4;
 980  }
 981  
 982  .form-table .pre {
 983      padding: 8px;
 984      margin: 0;
 985  }
 986  
 987  table.form-table td .updated {
 988      font-size: 13px;
 989  }
 990  
 991  table.form-table td .updated p {
 992      font-size: 13px;
 993      margin: 0.3em 0;
 994  }
 995  
 996  /*------------------------------------------------------------------------------
 997    18.0 - Users
 998  ------------------------------------------------------------------------------*/
 999  
1000  #profile-page .form-table textarea {
1001      width: 500px;
1002      margin-bottom: 6px;
1003  }
1004  
1005  #profile-page .form-table #rich_editing {
1006      margin-left: 5px
1007  }
1008  
1009  #your-profile legend {
1010      font-size: 22px;
1011  }
1012  
1013  #display_name {
1014      width: 15em;
1015  }
1016  
1017  #adduser .form-field input,
1018  #createuser .form-field input {
1019      width: 25em;
1020  }
1021  
1022  .color-option {
1023      display: inline-block;
1024      width: 24%;
1025      padding: 5px 15px 15px;
1026      box-sizing: border-box;
1027      margin-bottom: 3px;
1028  }
1029  
1030  .color-option:hover,
1031  .color-option.selected {
1032      background: #dcdcde;
1033  }
1034  
1035  .color-palette {
1036      display: table;
1037      width: 100%;
1038      border-spacing: 0;
1039      border-collapse: collapse;
1040  }
1041  .color-palette .color-palette-shade,
1042  .color-palette td {
1043      display: table-cell;
1044      height: 20px;
1045      padding: 0;
1046      border: none;
1047  }
1048  
1049  .color-option {
1050      cursor: pointer;
1051  }
1052  
1053  .create-application-password .form-field {
1054      max-width: 25em;
1055  }
1056  
1057  .create-application-password label {
1058      font-weight: 600;
1059  }
1060  
1061  .create-application-password p.submit {
1062      margin-bottom: 0;
1063      padding-bottom: 0;
1064      display: block;
1065  }
1066  
1067  #application-passwords-section .notice {
1068      margin-top: 20px;
1069      margin-bottom: 0;
1070      word-wrap: break-word;
1071  }
1072  
1073  .application-password-display input.code {
1074      margin-bottom: 6px;
1075      width: 100%;
1076      max-width: 20em;
1077  }
1078  
1079  .auth-app-card.card {
1080      max-width: 768px;
1081  }
1082  
1083  .authorize-application-php .form-wrap p {
1084      display: block;
1085  }
1086  
1087  /*------------------------------------------------------------------------------
1088    19.0 - Tools
1089  ------------------------------------------------------------------------------*/
1090  
1091  .tool-box .title {
1092      margin: 8px 0;
1093      font-size: 18px;
1094      font-weight: 400;
1095      line-height: 24px;
1096  }
1097  
1098  .label-responsive {
1099      vertical-align: middle;
1100  }
1101  
1102  #export-filters p {
1103      margin: 0 0 1em;
1104  }
1105  
1106  #export-filters p.submit {
1107      margin: 7px 0 5px;
1108  }
1109  
1110  /* Card styles */
1111  
1112  .card {
1113      position: relative;
1114      margin-top: 20px;
1115      padding: 16px 24px;
1116      min-width: 255px;
1117      max-width: 520px;
1118      border: 1px solid rgb(0, 0, 0, 0.1);
1119      border-radius: 8px;
1120      background: #ffffff;
1121      box-sizing: border-box;
1122  }
1123  
1124  /* Press this styles */
1125  
1126  .pressthis h4 {
1127      margin: 2em 0 1em;
1128  }
1129  
1130  .pressthis textarea {
1131      width: 100%;
1132      font-size: 1em;
1133  }
1134  
1135  #pressthis-code-wrap {
1136      overflow: auto;
1137  }
1138  
1139  .pressthis-bookmarklet-wrapper {
1140      margin: 20px 0 8px;
1141      vertical-align: top;
1142      position: relative;
1143      z-index: 1;
1144  }
1145  
1146  .pressthis-bookmarklet,
1147  .pressthis-bookmarklet:hover,
1148  .pressthis-bookmarklet:focus,
1149  .pressthis-bookmarklet:active {
1150      display: inline-block;
1151      position: relative;
1152      cursor: move;
1153      color: #2c3338;
1154      background: #dcdcde;
1155      border-radius: 5px;
1156      border: 1px solid #c3c4c7;
1157      font-style: normal;
1158      line-height: 16px;
1159      font-size: 14px;
1160      text-decoration: none;
1161  }
1162  
1163  .pressthis-bookmarklet:active {
1164      outline: none;
1165  }
1166  
1167  .pressthis-bookmarklet:after {
1168      content: "";
1169      width: 70%;
1170      height: 55%;
1171      z-index: -1;
1172      position: absolute;
1173      left: 10px;
1174      bottom: 9px;
1175      background: transparent;
1176      transform: skew(-20deg) rotate(-6deg);
1177      box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
1178  }
1179  
1180  .pressthis-bookmarklet:hover:after {
1181      transform: skew(-20deg) rotate(-9deg);
1182      box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
1183  }
1184  
1185  .pressthis-bookmarklet span {
1186      display: inline-block;
1187      margin: 0;
1188      padding: 0 9px 8px 12px;
1189  }
1190  
1191  .pressthis-bookmarklet span:before {
1192      color: #787c82;
1193      font: normal 20px/1 dashicons;
1194      content: "\f157";
1195      content: "\f157" / '';
1196      position: relative;
1197      display: inline-block;
1198      top: 4px;
1199      margin-left: 4px;
1200  }
1201  
1202  .pressthis-js-toggle {
1203      margin-right: 10px;
1204      padding: 0;
1205      height: auto;
1206      vertical-align: top;
1207  }
1208  
1209  /* to override the button class being applied */
1210  .pressthis-js-toggle.button.button {
1211      margin-right: 10px;
1212      padding: 0;
1213      height: auto;
1214      vertical-align: top;
1215  }
1216  
1217  .pressthis-js-toggle .dashicons {
1218      margin: 5px 7px 6px 8px;
1219      color: #50575e;
1220  }
1221  
1222  /*------------------------------------------------------------------------------
1223    20.0 - Settings
1224  ------------------------------------------------------------------------------*/
1225  
1226  .timezone-info code {
1227      white-space: nowrap;
1228  }
1229  
1230  .defaultavatarpicker .avatar {
1231      margin: 2px 0;
1232      vertical-align: middle;
1233  }
1234  
1235  .options-general-php .date-time-text {
1236      display: inline-block;
1237      min-width: 10em;
1238  }
1239  
1240  .options-general-php input.small-text {
1241      width: 56px;
1242      margin: -2px 0;
1243      min-height: 32px;
1244  }
1245  
1246  .options-general-php .spinner {
1247      float: none;
1248      margin: -3px 3px 0;
1249  }
1250  
1251  .settings-php .language-install-spinner,
1252  .options-general-php .language-install-spinner,
1253  .user-edit-php .language-install-spinner,
1254  .profile-php .language-install-spinner {
1255      display: inline-block;
1256      float: none;
1257      margin: -3px 5px 0;
1258      vertical-align: middle;
1259  }
1260  
1261  .form-table.permalink-structure .available-structure-tags {
1262      margin-top: 8px;
1263  }
1264  
1265  .form-table.permalink-structure .available-structure-tags ul {
1266      display: flex;
1267      flex-wrap: wrap;
1268      margin: 8px 0 0;
1269  }
1270  
1271  .form-table.permalink-structure .available-structure-tags li {
1272      margin: 6px 0 0 5px;
1273  }
1274  
1275  .form-table.permalink-structure .available-structure-tags li:last-child {
1276      margin-left: 0;
1277  }
1278  
1279  .form-table.permalink-structure .structure-selection .row {
1280      margin-bottom: 16px;
1281  }
1282  
1283  .form-table.permalink-structure .structure-selection .row > div {
1284      max-width: calc(100% - 24px);
1285      display: inline-flex;
1286      flex-direction: column;
1287  }
1288  
1289  .form-table.permalink-structure .structure-selection .row label {
1290      font-weight: 600;
1291  }
1292  
1293  .form-table.permalink-structure .structure-selection .row p {
1294      margin-top: 0;
1295  }
1296  
1297  .permalink-structure-optional-description code {
1298      display: inline-block;
1299  }
1300  
1301  /*------------------------------------------------------------------------------
1302    21.0 - Network Admin
1303  ------------------------------------------------------------------------------*/
1304  
1305  .setup-php textarea {
1306      max-width: 100%;
1307  }
1308  
1309  .form-field #site-address {
1310      max-width: 25em;
1311  }
1312  
1313  .form-field #domain {
1314      max-width: 22em;
1315  }
1316  
1317  .form-field #site-title,
1318  .form-field #admin-email,
1319  .form-field #path,
1320  .form-field #blog_registered,
1321  .form-field #blog_last_updated {
1322      max-width: 25em;
1323  }
1324  
1325  .form-field #path {
1326      margin-bottom: 5px;
1327  }
1328  
1329  #search-users,
1330  #search-sites {
1331      max-width: 60%;
1332  }
1333  
1334  .configuration-rules-label {
1335      font-weight: 600;
1336      margin-bottom: 4px;
1337  }
1338  
1339  /*------------------------------------------------------------------------------
1340     Credentials check dialog for Install and Updates
1341  ------------------------------------------------------------------------------*/
1342  
1343  .request-filesystem-credentials-dialog {
1344      display: none;
1345      /* The customizer uses visibility: hidden on the body for full-overlays. */
1346      visibility: visible;
1347  }
1348  
1349  .request-filesystem-credentials-dialog .notification-dialog {
1350      top: 10%;
1351      max-height: 85%;
1352  }
1353  
1354  .request-filesystem-credentials-dialog-content {
1355      margin: 25px;
1356  }
1357  
1358  #request-filesystem-credentials-title {
1359      font-size: 1.3em;
1360      margin: 1em 0;
1361  }
1362  
1363  .request-filesystem-credentials-form legend {
1364      font-size: 1em;
1365      padding: 1.33em 0;
1366      font-weight: 600;
1367  }
1368  
1369  .request-filesystem-credentials-form input[type="text"],
1370  .request-filesystem-credentials-form input[type="password"] {
1371      display: block;
1372  }
1373  
1374  .request-filesystem-credentials-dialog input[type="text"],
1375  .request-filesystem-credentials-dialog input[type="password"] {
1376      width: 100%;
1377  }
1378  
1379  .request-filesystem-credentials-form .field-title {
1380      font-weight: 600;
1381  }
1382  
1383  .request-filesystem-credentials-dialog label[for="hostname"],
1384  .request-filesystem-credentials-dialog label[for="public_key"],
1385  .request-filesystem-credentials-dialog label[for="private_key"] {
1386      display: block;
1387      margin-bottom: 1em;
1388  }
1389  
1390  .request-filesystem-credentials-dialog .ftp-username,
1391  .request-filesystem-credentials-dialog .ftp-password {
1392      float: right;
1393      width: 48%;
1394  }
1395  
1396  .request-filesystem-credentials-dialog .ftp-password {
1397      margin-right: 4%;
1398  }
1399  
1400  .request-filesystem-credentials-dialog .request-filesystem-credentials-action-buttons {
1401      text-align: left;
1402  }
1403  
1404  .request-filesystem-credentials-dialog label[for="ftp"] {
1405      margin-left: 10px;
1406  }
1407  
1408  .request-filesystem-credentials-dialog #auth-keys-desc {
1409      margin-bottom: 0;
1410  }
1411  
1412  #request-filesystem-credentials-dialog .button:not(:last-child) {
1413      margin-left: 10px;
1414  }
1415  
1416  #request-filesystem-credentials-form .cancel-button {
1417      display: none;
1418  }
1419  
1420  #request-filesystem-credentials-dialog .cancel-button {
1421      display: inline;
1422  }
1423  
1424  .request-filesystem-credentials-dialog .ftp-username,
1425  .request-filesystem-credentials-dialog .ftp-password {
1426      float: none;
1427      width: auto;
1428  }
1429  
1430  .request-filesystem-credentials-dialog .ftp-username {
1431      margin-bottom: 1em;
1432  }
1433  
1434  .request-filesystem-credentials-dialog .ftp-password {
1435      margin: 0;
1436  }
1437  
1438  .request-filesystem-credentials-dialog .ftp-password em {
1439      color: #757575;
1440  }
1441  
1442  .request-filesystem-credentials-dialog label {
1443      display: block;
1444      line-height: 1.5;
1445      margin-bottom: 1em;
1446  }
1447  
1448  .request-filesystem-credentials-form legend {
1449      padding-bottom: 0;
1450  }
1451  
1452  .request-filesystem-credentials-form #ssh-keys legend {
1453      font-size: 1.3em;
1454  }
1455  
1456  .request-filesystem-credentials-form .notice {
1457      margin: 0 0 20px;
1458      clear: both;
1459  }
1460  
1461  /*------------------------------------------------------------------------------
1462     Privacy Policy settings screen
1463  ------------------------------------------------------------------------------*/
1464  .tools-privacy-policy-page form {
1465      margin-bottom: 1.3em;
1466  }
1467  
1468  .tools-privacy-policy-page input.button {
1469      margin: 0 6px 0 1px;
1470  }
1471  
1472  .tools-privacy-policy-page select {
1473      margin: 0 6px 0.5em 1px;
1474  }
1475  
1476  .tools-privacy-edit {
1477      margin: 1.5em 0;
1478  }
1479  
1480  .tools-privacy-policy-page span {
1481      line-height: 2;
1482  }
1483  
1484  .privacy_requests .column-email {
1485      width: 40%;
1486  }
1487  
1488  .privacy_requests .column-type {
1489      text-align: center;
1490  }
1491  
1492  .privacy_requests thead td:first-child,
1493  .privacy_requests tfoot td:first-child {
1494      border-right: 4px solid #fff;
1495  }
1496  
1497  .privacy_requests tbody td.check-column {
1498      border-right: 4px solid #fff;
1499      background: #fff;
1500      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1501  }
1502  
1503  .privacy_requests .row-actions.processing {
1504      position: static;
1505  }
1506  
1507  .privacy_requests tbody .has-request-results th {
1508      box-shadow: none;
1509  }
1510  
1511  .privacy_requests tbody .request-results th .notice {
1512      margin: 0 0 5px;
1513  }
1514  
1515  .privacy_requests tbody td:not(.check-column),
1516  .privacy_requests tbody th {
1517      background: #fff;
1518      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1519  }
1520  
1521  .privacy_requests tbody .has-request-results td {
1522      box-shadow: none;
1523  }
1524  
1525  .privacy_requests .next_steps .button {
1526      word-wrap: break-word;
1527      white-space: normal;
1528  }
1529  
1530  .privacy_requests tr.status-request-confirmed td.check-column {
1531      background-color: #fff;
1532      border-right-color: #3858e9;
1533  }
1534  
1535  .privacy_requests tr.status-request-failed td.check-column {
1536      background-color: #f6f7f7;
1537      border-right-color: #cc1818;
1538  }
1539  
1540  .privacy_requests .export_personal_data_failed a {
1541      vertical-align: baseline;
1542  }
1543  
1544  .status-label {
1545      font-weight: 600;
1546  }
1547  
1548  .status-label.status-request-pending {
1549      font-weight: 400;
1550      font-style: italic;
1551      color: #646970;
1552  }
1553  
1554  .status-label.status-request-failed {
1555      color: #d63638;
1556      font-weight: 600;
1557  }
1558  
1559  .privacy_requests .status-date {
1560      display: block;
1561      font-weight: 400;
1562  }
1563  
1564  .wp-privacy-request-form {
1565      clear: both;
1566  }
1567  
1568  .wp-privacy-request-form-field {
1569      margin: 1.5em 0;
1570  }
1571  
1572  .wp-privacy-request-form input[type="text"] {
1573      margin: 0;
1574  }
1575  
1576  /* =Media Queries
1577  -------------------------------------------------------------- */
1578  
1579  @media screen and (max-width: 782px) {
1580      /* Input Elements */
1581      textarea {
1582          -webkit-appearance: none;
1583      }
1584  
1585      input[type="text"],
1586      input[type="password"],
1587      input[type="date"],
1588      input[type="datetime"],
1589      input[type="datetime-local"],
1590      input[type="email"],
1591      input[type="month"],
1592      input[type="number"],
1593      input[type="search"],
1594      input[type="tel"],
1595      input[type="time"],
1596      input[type="url"],
1597      input[type="week"] {
1598          -webkit-appearance: none;
1599          padding: 0 12px;
1600          min-height: 40px;
1601      }
1602  
1603      ::-webkit-datetime-edit {
1604          line-height: 1.875; /* 30px */
1605      }
1606  
1607      input[type="checkbox"],
1608      .widefat th input[type="checkbox"],
1609      .widefat thead td input[type="checkbox"],
1610      .widefat tfoot td input[type="checkbox"] {
1611          -webkit-appearance: none;
1612      }
1613  
1614      .widefat th input[type="checkbox"],
1615      .widefat thead td input[type="checkbox"],
1616      .widefat tfoot td input[type="checkbox"] {
1617          margin-bottom: 8px;
1618      }
1619  
1620      input[type="checkbox"]:checked:before,
1621      .widefat th input[type="checkbox"]:before,
1622      .widefat thead td input[type="checkbox"]:before,
1623      .widefat tfoot td input[type="checkbox"]:before {
1624          width: 1.875rem;
1625          height: 1.875rem;
1626          margin: -0.1875rem -0.3125rem;
1627      }
1628  
1629      input[type="radio"],
1630      input[type="checkbox"] {
1631          height: 1.5625rem;
1632          width: 1.5625rem;
1633      }
1634  
1635      .wp-admin p input[type="checkbox"],
1636      .wp-admin p input[type="radio"] {
1637          margin-top: -0.1875rem;
1638      }
1639  
1640      input[type="radio"]:checked:before {
1641          vertical-align: middle;
1642          width: 0.5625rem;
1643          height: 0.5625rem;
1644          margin: 0.4375rem;
1645          line-height: 0.76190476;
1646      }
1647  
1648      .wp-core-ui select,
1649      .wp-admin .form-table select {
1650          min-height: 40px;
1651          font-size: 16px;
1652          line-height: 2.5; /* 40px for 16px font */
1653          padding: 0 12px 0 24px;
1654      }
1655  
1656      .wp-admin .button-cancel {
1657          margin-bottom: 0;
1658          padding: 2px 0;
1659          font-size: 14px;
1660          vertical-align: middle;
1661      }
1662  
1663      #adduser .form-field input,
1664      #createuser .form-field input {
1665          width: 100%;
1666      }
1667  
1668      .form-table {
1669          box-sizing: border-box;
1670      }
1671  
1672      .form-table th,
1673      .form-table td,
1674      .label-responsive {
1675          display: block;
1676          width: auto;
1677          vertical-align: middle;
1678      }
1679  
1680      .label-responsive {
1681          margin: 0.5em 0;
1682      }
1683  
1684      .export-filters li {
1685          margin-bottom: 0;
1686      }
1687  
1688      .form-table .color-palette .color-palette-shade,
1689      .form-table .color-palette td {
1690          display: table-cell;
1691          width: 15px;
1692          height: 30px;
1693          padding: 0;
1694      }
1695  
1696      .form-table .color-palette {
1697          margin-left: 10px;
1698      }
1699  
1700      textarea,
1701      input {
1702          font-size: 16px;
1703      }
1704  
1705      .form-table td input[type="text"],
1706      .form-table td input[type="email"],
1707      .form-table td input[type="password"],
1708      .form-table td select,
1709      .form-table td textarea,
1710      .form-table span.description,
1711      #profile-page .form-table textarea {
1712          width: 100%;
1713          display: block;
1714          max-width: none;
1715          box-sizing: border-box;
1716      }
1717  
1718      .form-table .form-required.form-invalid td:after {
1719          float: left;
1720          margin: -30px 0 0 3px;
1721      }
1722  
1723      input[type="text"].small-text,
1724      input[type="search"].small-text,
1725      input[type="password"].small-text,
1726      input[type="number"].small-text,
1727      input[type="number"].small-text,
1728      .form-table input[type="text"].small-text {
1729          width: auto;
1730          max-width: 4.375em; /* 70px, enough for 4 digits to fit comfortably */
1731          display: inline;
1732          padding: 3px 6px;
1733          margin: 0 3px;
1734      }
1735  
1736      .form-table .regular-text ~ input[type="text"].small-text {
1737          margin-top: 5px;
1738      }
1739  
1740      #pass-strength-result {
1741          width: 100%;
1742          box-sizing: border-box;
1743          padding: 8px;
1744      }
1745  
1746      .profile-php .wp-pwd .caps-warning {
1747          padding: 8px;
1748      }
1749  
1750      .password-input-wrapper {
1751          display: block;
1752      }
1753  
1754      .wp-core-ui .tablenav input[type="text"],
1755      .wp-core-ui .tablenav input[type="password"],
1756      .wp-core-ui .tablenav input[type="date"],
1757      .wp-core-ui .tablenav input[type="datetime"],
1758      .wp-core-ui .tablenav input[type="datetime-local"],
1759      .wp-core-ui .tablenav input[type="email"],
1760      .wp-core-ui .tablenav input[type="month"],
1761      .wp-core-ui .tablenav input[type="number"],
1762      .wp-core-ui .tablenav input[type="search"],
1763      .wp-core-ui .tablenav input[type="tel"],
1764      .wp-core-ui .tablenav input[type="time"],
1765      .wp-core-ui .tablenav input[type="url"],
1766      .wp-core-ui .tablenav input[type="week"],
1767      .wp-core-ui .tablenav select {
1768          min-height: 40px;
1769      }
1770  
1771      .wp-core-ui .tablenav .button {
1772          min-height: 40px;
1773          line-height: 2.71428571;
1774          padding: 0 14px;
1775      }
1776  
1777      p.search-box {
1778          float: none;
1779          width: 100%;
1780          margin-bottom: 20px;
1781          display: flex;
1782      }
1783  
1784      p.search-box input[name="s"] {
1785          width: 100%;
1786          float: none;
1787          margin-bottom: 10px;
1788          vertical-align: middle;
1789      }
1790      .js.plugins-php .search-box .wp-filter-search {
1791          width: 100%;
1792          margin-bottom: 0;
1793      }
1794  
1795      p.search-box input[type="search"],
1796      p.search-box input[type="text"] {
1797          min-height: 40px;
1798          padding: 0 12px;
1799      }
1800  
1801      p.search-box input[type="submit"].button {
1802          margin-bottom: 10px;
1803      }
1804  
1805      .form-table span.description {
1806          display: inline;
1807          padding: 4px 0 0;
1808          line-height: 1.4;
1809          font-size: 14px;
1810      }
1811  
1812      .form-table th {
1813          padding: 10px 0 0;
1814          border-bottom: 0;
1815      }
1816  
1817      .form-table td {
1818          margin-bottom: 0;
1819          padding: 4px 0 6px;
1820      }
1821  
1822      .form-table.permalink-structure td code {
1823          display: inline-block;
1824      }
1825  
1826      .form-table.permalink-structure .structure-selection {
1827          margin-top: 8px;
1828      }
1829  
1830      .form-table.permalink-structure .structure-selection .row > div {
1831          max-width: calc(100% - 36px);
1832          width: 100%;
1833      }
1834  
1835      .form-table.permalink-structure td input[type="text"] {
1836          margin-top: 4px;
1837      }
1838  
1839      .permalink-structure-has-blog-prefix {
1840          display: flex;
1841          align-items: center;
1842      }
1843  
1844      .form-table input.regular-text {
1845          width: 100%;
1846      }
1847  
1848      .form-table label {
1849          font-size: 14px;
1850      }
1851  
1852      .form-table td > label:first-child {
1853          display: inline-block;
1854          margin-top: 0.35em;
1855      }
1856  
1857      .background-position-control .button-group > label {
1858          font-size: 0;
1859      }
1860  
1861      .form-table fieldset label {
1862          display: block;
1863      }
1864  
1865      .form-field #domain {
1866          max-width: none;
1867      }
1868  
1869      /* New Password */
1870      .wp-pwd {
1871          position: relative;
1872      }
1873  
1874      /* Needs higher specificity than normal input type text and password. */
1875      #profile-page .form-table #pass1 {
1876          padding-left: 90px;
1877      }
1878  
1879      .wp-pwd button.button {
1880          background: transparent;
1881          border: 1px solid transparent;
1882          box-shadow: none;
1883          line-height: 2;
1884          margin: 0;
1885          padding: 5px 9px;
1886          position: absolute;
1887          left: 0;
1888          top: 0;
1889          width: 2.375rem;
1890          height: 2.375rem;
1891          min-width: 40px;
1892          min-height: 40px;
1893      }
1894  
1895      .wp-pwd button.wp-hide-pw {
1896          left: 2.5rem;
1897      }
1898  
1899      body.user-new-php .wp-pwd button.wp-hide-pw {
1900          left: 0;
1901      }
1902  
1903      .wp-pwd button.button:hover,
1904      .wp-pwd button.button:focus {
1905          background: transparent;
1906      }
1907  
1908      .wp-pwd button.button:active {
1909          background: transparent;
1910          box-shadow: none;
1911          transform: none;
1912      }
1913  
1914      .wp-pwd .button .text {
1915          display: none;
1916      }
1917  
1918      .wp-pwd [type="text"],
1919      .wp-pwd [type="password"] {
1920          line-height: 2;
1921          padding-left: 5rem;
1922      }
1923  
1924      body.user-new-php .wp-pwd [type="text"],
1925      body.user-new-php .wp-pwd [type="password"] {
1926          padding-left: 2.5rem;
1927      }
1928  
1929      .wp-cancel-pw .dashicons-no {
1930          display: inline-block;
1931      }
1932  
1933      .mailserver-pass-wrap .wp-pwd {
1934          display: block;
1935      }
1936  
1937      /* rtl:ignore */
1938      #mailserver_pass {
1939          padding-left: 10px;
1940      }
1941  
1942      .options-general-php input[type="text"].small-text {
1943          max-width: 6.25em;
1944          margin: 0;
1945          min-height: 40px;
1946      }
1947  
1948      /* Privacy Policy settings screen */
1949      .tools-privacy-policy-page form.wp-create-privacy-page {
1950          margin-bottom: 1em;
1951      }
1952  
1953      .tools-privacy-policy-page input#set-page,
1954      .tools-privacy-policy-page select {
1955          margin: 10px 0 0;
1956      }
1957  
1958      .tools-privacy-policy-page .wp-create-privacy-page span {
1959          display: block;
1960          margin-bottom: 1em;
1961      }
1962  
1963      .tools-privacy-policy-page .wp-create-privacy-page .button {
1964          margin-right: 0;
1965      }
1966  
1967      .wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column),
1968      .wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) th.column-primary:not(.check-column) {
1969          display: table-cell;
1970      }
1971  
1972      .wp-privacy-request-form-field input[type="text"] {
1973          width: 100%;
1974          margin-bottom: 10px;
1975          vertical-align: middle;
1976      }
1977  
1978      .regular-text {
1979          max-width: 100%;
1980      }
1981  }
1982  
1983  @media only screen and (max-width: 768px) {
1984      .form-field input[type="text"],
1985      .form-field input[type="email"],
1986      .form-field input[type="password"],
1987      .form-field select,
1988      .form-field textarea {
1989          width: 99%;
1990      }
1991  
1992      .form-wrap .form-field {
1993          padding: 0;
1994      }
1995  }
1996  
1997  @media only screen and (max-height: 480px), screen and (max-width: 450px) {
1998      /* Request Credentials / File Editor Warning */
1999      .request-filesystem-credentials-dialog .notification-dialog,
2000      .file-editor-warning .notification-dialog {
2001          width: 100%;
2002          height: 100%;
2003          max-height: 100%;
2004          position: fixed;
2005          top: 0;
2006          margin: 0;
2007          right: 0;
2008      }
2009  }
2010  
2011  /* Smartphone */
2012  @media screen and (max-width: 600px) {
2013      /* Color Picker Options */
2014      .color-option {
2015          width: 49%;
2016      }
2017  }
2018  
2019  @media only screen and (max-width: 320px) {
2020      .options-general-php .date-time-text.date-time-custom-text {
2021          min-width: 0;
2022          margin-left: 0.5em;
2023      }
2024  }
2025  
2026  @keyframes rotation {
2027      0% {
2028          transform: rotate(0deg);
2029      }
2030      100% {
2031          transform: rotate(-359deg);
2032      }
2033  }


Generated : Fri Sep 4 08:20:24 2026 Cross-referenced by PHPXref