[ 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      min-height: 32px;
 527      line-height: 2.30769231; /* 30px for 32px height with 13px font */
 528      padding: 0 12px;
 529  }
 530  
 531  /* @since 5.7.0 secondary bulk action controls require JS. */
 532  .no-js label[for="bulk-action-selector-bottom"],
 533  .no-js select#bulk-action-selector-bottom,
 534  .no-js input#doaction2,
 535  .no-js label[for="new_role2"],
 536  .no-js select#new_role2,
 537  .no-js input#changeit2 {
 538      display: none;
 539  }
 540  
 541  .wp-core-ui .tablenav input[type="text"],
 542  .wp-core-ui .tablenav input[type="password"],
 543  .wp-core-ui .tablenav input[type="date"],
 544  .wp-core-ui .tablenav input[type="datetime"],
 545  .wp-core-ui .tablenav input[type="datetime-local"],
 546  .wp-core-ui .tablenav input[type="email"],
 547  .wp-core-ui .tablenav input[type="month"],
 548  .wp-core-ui .tablenav input[type="number"],
 549  .wp-core-ui .tablenav input[type="search"],
 550  .wp-core-ui .tablenav input[type="tel"],
 551  .wp-core-ui .tablenav input[type="time"],
 552  .wp-core-ui .tablenav input[type="url"],
 553  .wp-core-ui .tablenav input[type="week"],
 554  .wp-core-ui .tablenav select {
 555      padding: 0 12px;
 556      /* inherits font size 14px */
 557      line-height: 2.14285714; /* 30px for 32px height with 14px font */
 558      min-height: 32px;
 559  }
 560  
 561  .wp-core-ui .tablenav select {
 562      float: right;
 563      margin-left: 6px;
 564      max-width: 12.5rem;
 565      padding: 0 8px 0 24px;
 566  }
 567  
 568  .wp-core-ui .tablenav .button {
 569      min-height: 32px;
 570      line-height: 2.30769231; /* 30px for 32px height with 13px font */
 571      padding: 0 12px;
 572  }
 573  
 574  #timezone_string option {
 575      margin-right: 1em;
 576  }
 577  
 578  .wp-core-ui .button.wp-hide-pw > .dashicons,
 579  .wp-core-ui .button.wp-cancel-pw > .dashicons {
 580      width: 1.25rem;
 581      height: 1.25rem;
 582      font-size: 20px;
 583      line-height: 1;
 584      vertical-align: middle;
 585  }
 586  
 587  .wp-cancel-pw .dashicons-no {
 588      display: none;
 589  }
 590  
 591  label,
 592  #your-profile label + a {
 593      vertical-align: middle;
 594  }
 595  
 596  fieldset label,
 597  #your-profile label + a {
 598      vertical-align: middle;
 599  }
 600  
 601  .options-media-php [for*="_size_"] {
 602      min-width: 10em;
 603      vertical-align: baseline;
 604  }
 605  
 606  .options-media-php .small-text[name*="_size_"] {
 607      margin: 0 0 1em;
 608  }
 609  
 610  .wp-generate-pw {
 611      margin-top: 1em;
 612      position: relative;
 613  }
 614  
 615  .wp-pwd button {
 616      height: min-content;
 617  }
 618  
 619  .wp-pwd {
 620      margin-top: 1em;
 621      position: relative;
 622  }
 623  
 624  .mailserver-pass-wrap .wp-pwd {
 625      display: inline-block;
 626      margin-top: 0;
 627  }
 628  
 629  /* rtl:ignore */
 630  #mailserver_pass {
 631      padding-right: 2.5rem;
 632  }
 633  
 634  /* rtl:ignore */
 635  .mailserver-pass-wrap .button.wp-hide-pw {
 636      background: transparent;
 637      border: 1px solid transparent;
 638      box-shadow: none;
 639      font-size: 14px;
 640      line-height: 2;
 641      width: 2.5rem;
 642      min-width: 40px;
 643      margin: 0;
 644      padding: 0 9px;
 645      position: absolute;
 646      right: 0;
 647      top: 0;
 648  }
 649  
 650  .mailserver-pass-wrap .button.wp-hide-pw:hover {
 651      background: transparent;
 652      border-color: transparent;
 653  }
 654  
 655  .mailserver-pass-wrap .button.wp-hide-pw:focus {
 656      background: transparent;
 657      border-color: var(--wp-admin-theme-color);
 658      border-radius: 2px;
 659      box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
 660      /* Only visible in Windows High Contrast mode */
 661      outline: 2px solid transparent;
 662  }
 663  
 664  .mailserver-pass-wrap .button.wp-hide-pw:active {
 665      background: transparent;
 666      box-shadow: none;
 667      transform: none;
 668  }
 669  
 670  #misc-publishing-actions label {
 671      vertical-align: baseline;
 672  }
 673  
 674  #pass-strength-result {
 675      background-color: #f0f0f0;
 676      border: 1px solid #cccccc;
 677      border-radius: 2px;
 678      color: #1e1e1e;
 679      margin: -1px 1px 5px;
 680      padding: 3px 5px;
 681      text-align: center;
 682      width: 25em;
 683      box-sizing: border-box;
 684      opacity: 0;
 685  }
 686  
 687  #pass-strength-result.short {
 688      background-color: #ffabaf;
 689      border-color: #e65054;
 690      opacity: 1;
 691  }
 692  
 693  #pass-strength-result.bad {
 694      background-color: #facfd2;
 695      border-color: #f86368;
 696      opacity: 1;
 697  }
 698  
 699  #pass-strength-result.good {
 700      background-color: #f5e6ab;
 701      border-color: #f0c33c;
 702      opacity: 1;
 703  }
 704  
 705  #pass-strength-result.strong {
 706      background-color: #b8e6bf;
 707      border-color: #68de7c;
 708      opacity: 1;
 709  }
 710  
 711  .password-input-wrapper {
 712      display: inline-block;
 713  }
 714  
 715  .password-input-wrapper input {
 716      font-family: Consolas, Monaco, monospace;
 717  }
 718  
 719  #pass1.short, #pass1-text.short {
 720      border-color: #e65054;
 721  }
 722  
 723  #pass1.bad, #pass1-text.bad {
 724      border-color: #f86368;
 725  }
 726  
 727  #pass1.good, #pass1-text.good {
 728      border-color: #f0c33c;
 729  }
 730  
 731  #pass1.strong, #pass1-text.strong {
 732      border-color: #68de7c;
 733  }
 734  
 735  #pass1:focus,
 736  #pass1-text:focus {
 737      box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
 738      /* Only visible in Windows High Contrast mode */
 739      outline: 2px solid transparent;
 740  }
 741  
 742  .pw-weak {
 743      display: none;
 744  }
 745  
 746  .indicator-hint {
 747      padding-top: 8px;
 748  }
 749  
 750  .wp-pwd [type="text"],
 751  .wp-pwd [type="password"] {
 752      margin-bottom: 0;
 753      /* Same height as the buttons */
 754      min-height: 40px;
 755  }
 756  
 757  /* Hide the Edge "reveal password" native button */
 758  .wp-pwd input::-ms-reveal {
 759      display: none;
 760  }
 761  
 762  #pass1-text,
 763  .show-password #pass1 {
 764      display: none;
 765  }
 766  
 767  #pass1-text::-ms-clear {
 768      display: none;
 769  }
 770  
 771  .show-password #pass1-text {
 772      display: inline-block;
 773  }
 774  
 775  /* Caps lock warning */
 776  .wp-pwd .caps-warning {
 777      display: none;
 778      position: relative;
 779      background: #fcf9e8;
 780      border: 1px solid #f0c33c;
 781      color: #1d2327;
 782      padding: 6px 10px;
 783      top: -8px;
 784  }
 785  
 786  .profile-php .wp-pwd .caps-warning {
 787      padding: 3px 5px;
 788      top: -4px;
 789      border-radius: 2px;
 790  }
 791  
 792  .wp-pwd .caps-icon {
 793      display: inline-flex;
 794      justify-content: center;
 795      width: 20px;
 796      height: 20px;
 797      margin-left: 5px;
 798      vertical-align: middle;
 799  }
 800  
 801  .wp-pwd .caps-warning-text {
 802      vertical-align: middle;
 803  }
 804  /* Caps lock warning */
 805  
 806  p.search-box {
 807      display: flex;
 808      flex-wrap: wrap;
 809      align-items: center;
 810      column-gap: 0.5rem;
 811      position: relative;
 812      float: left;
 813      margin: 11px 0;
 814  }
 815  
 816  p.search-box input[type="search"],
 817  p.search-box input[type="text"] {
 818      min-height: 32px;
 819      padding: 0 8px;
 820  }
 821  
 822  p.search-box .button {
 823      min-height: 32px;
 824      line-height: 2.30769231; /* 30px for 32px height with 13px font */
 825      padding: 0 12px;
 826  }
 827  
 828  .network-admin.themes-php p.search-box {
 829      clear: right;
 830  }
 831  
 832  .tablenav .search-plugins input[name="s"] {
 833      float: right;
 834      margin: 0 0 0 4px;
 835  }
 836  
 837  .tagsdiv .newtag {
 838      margin: 0;
 839  }
 840  
 841  .js.plugins-php .search-box .wp-filter-search {
 842      margin: 0;
 843      width: 280px;
 844  }
 845  
 846  input[type="text"].ui-autocomplete-loading,
 847  input[type="email"].ui-autocomplete-loading {
 848      background-image: url(../images/loading.gif);
 849      background-repeat: no-repeat;
 850      background-position: left 5px center;
 851      visibility: visible;
 852  }
 853  
 854  input.ui-autocomplete-input.open {
 855      border-bottom-color: transparent;
 856  }
 857  
 858  ul#add-to-blog-users {
 859      margin: 0 14px 0 0;
 860  }
 861  
 862  .ui-autocomplete {
 863      padding: 0;
 864      margin: 0;
 865      list-style: none;
 866      position: absolute;
 867      z-index: 10000;
 868      border: 1px solid #4f94d4;
 869      box-shadow: 0 1px 2px rgba(79, 148, 212, 0.8);
 870      background-color: #fff;
 871  }
 872  
 873  .ui-autocomplete li {
 874      margin-bottom: 0;
 875      padding: 4px 10px;
 876      white-space: nowrap;
 877      text-align: right;
 878      cursor: pointer;
 879  }
 880  
 881  /* Colors for the wplink toolbar autocomplete. */
 882  .ui-autocomplete .ui-state-focus {
 883      background-color: #dcdcde;
 884  }
 885  
 886  /* Colors for the tags autocomplete. */
 887  .wp-tags-autocomplete .ui-state-focus,
 888  .wp-tags-autocomplete [aria-selected="true"] {
 889      background-color: var(--wp-admin-theme-color);
 890      color: #fff;
 891      /* Only visible in Windows High Contrast mode */
 892      outline: 2px solid transparent;
 893  }
 894  
 895  /*------------------------------------------------------------------------------
 896    15.0 - Comments Screen
 897  ------------------------------------------------------------------------------*/
 898  
 899  .form-table {
 900      border-collapse: collapse;
 901      margin-top: 0.5em;
 902      width: 100%;
 903      clear: both;
 904  }
 905  
 906  .form-table,
 907  .form-table td,
 908  .form-table th,
 909  .form-table td p {
 910      font-size: 14px;
 911  }
 912  
 913  .form-table td {
 914      margin-bottom: 9px;
 915      padding: 15px 10px;
 916      line-height: 1.3;
 917      vertical-align: middle;
 918  }
 919  
 920  .form-table th,
 921  .form-wrap label {
 922      color: #1d2327;
 923      font-weight: 400;
 924      text-shadow: none;
 925      vertical-align: baseline;
 926  }
 927  
 928  .form-table th {
 929      vertical-align: top;
 930      text-align: right;
 931      padding: 20px 0 20px 10px;
 932      width: 200px;
 933      line-height: 1.3;
 934      font-weight: 600;
 935  }
 936  
 937  .form-table th.th-full, /* Not used by core. Back-compat for pre-4.8 */
 938  .form-table .td-full {
 939      width: auto;
 940      padding: 20px 0 20px 10px;
 941      font-weight: 400;
 942  }
 943  
 944  .form-table td p {
 945      margin-top: 4px;
 946      margin-bottom: 0;
 947  }
 948  
 949  .form-table .date-time-doc {
 950      margin-top: 1em;
 951  }
 952  
 953  .form-table p.timezone-info {
 954      margin: 1em 0;
 955      display: flex;
 956      flex-direction: column;
 957  }
 958  
 959  #local-time {
 960      margin-top: 0.5em;
 961  }
 962  
 963  .form-table td fieldset label {
 964      margin: 0.35em 0 0.5em !important;
 965      display: inline-block;
 966  }
 967  
 968  .form-table td fieldset p label {
 969      margin-top: 0 !important;
 970  }
 971  
 972  .form-table td fieldset label,
 973  .form-table td fieldset p,
 974  .form-table td fieldset li {
 975      line-height: 1.4;
 976  }
 977  
 978  .form-table .pre {
 979      padding: 8px;
 980      margin: 0;
 981  }
 982  
 983  table.form-table td .updated {
 984      font-size: 13px;
 985  }
 986  
 987  table.form-table td .updated p {
 988      font-size: 13px;
 989      margin: 0.3em 0;
 990  }
 991  
 992  /*------------------------------------------------------------------------------
 993    18.0 - Users
 994  ------------------------------------------------------------------------------*/
 995  
 996  #profile-page .form-table textarea {
 997      width: 500px;
 998      margin-bottom: 6px;
 999  }
1000  
1001  #profile-page .form-table #rich_editing {
1002      margin-left: 5px
1003  }
1004  
1005  #your-profile legend {
1006      font-size: 22px;
1007  }
1008  
1009  #display_name {
1010      width: 15em;
1011  }
1012  
1013  #adduser .form-field input,
1014  #createuser .form-field input {
1015      width: 25em;
1016  }
1017  
1018  .color-option {
1019      display: inline-block;
1020      width: 24%;
1021      padding: 5px 15px 15px;
1022      box-sizing: border-box;
1023      margin-bottom: 3px;
1024  }
1025  
1026  .color-option:hover,
1027  .color-option.selected {
1028      background: #dcdcde;
1029  }
1030  
1031  .color-palette {
1032      display: table;
1033      width: 100%;
1034      border-spacing: 0;
1035      border-collapse: collapse;
1036  }
1037  .color-palette .color-palette-shade,
1038  .color-palette td {
1039      display: table-cell;
1040      height: 20px;
1041      padding: 0;
1042      border: none;
1043  }
1044  
1045  .color-option {
1046      cursor: pointer;
1047  }
1048  
1049  .create-application-password .form-field {
1050      max-width: 25em;
1051  }
1052  
1053  .create-application-password label {
1054      font-weight: 600;
1055  }
1056  
1057  .create-application-password p.submit {
1058      margin-bottom: 0;
1059      padding-bottom: 0;
1060      display: block;
1061  }
1062  
1063  #application-passwords-section .notice {
1064      margin-top: 20px;
1065      margin-bottom: 0;
1066      word-wrap: break-word;
1067  }
1068  
1069  .application-password-display input.code {
1070      margin-bottom: 6px;
1071      width: 100%;
1072      max-width: 20em;
1073  }
1074  
1075  .auth-app-card.card {
1076      max-width: 768px;
1077  }
1078  
1079  .authorize-application-php .form-wrap p {
1080      display: block;
1081  }
1082  
1083  /*------------------------------------------------------------------------------
1084    19.0 - Tools
1085  ------------------------------------------------------------------------------*/
1086  
1087  .tool-box .title {
1088      margin: 8px 0;
1089      font-size: 18px;
1090      font-weight: 400;
1091      line-height: 24px;
1092  }
1093  
1094  .label-responsive {
1095      vertical-align: middle;
1096  }
1097  
1098  #export-filters p {
1099      margin: 0 0 1em;
1100  }
1101  
1102  #export-filters p.submit {
1103      margin: 7px 0 5px;
1104  }
1105  
1106  /* Card styles */
1107  
1108  .card {
1109      position: relative;
1110      margin-top: 20px;
1111      padding: 16px 24px;
1112      min-width: 255px;
1113      max-width: 520px;
1114      border: 1px solid rgb(0, 0, 0, 0.1);
1115      border-radius: 8px;
1116      background: #ffffff;
1117      box-sizing: border-box;
1118  }
1119  
1120  /* Press this styles */
1121  
1122  .pressthis h4 {
1123      margin: 2em 0 1em;
1124  }
1125  
1126  .pressthis textarea {
1127      width: 100%;
1128      font-size: 1em;
1129  }
1130  
1131  #pressthis-code-wrap {
1132      overflow: auto;
1133  }
1134  
1135  .pressthis-bookmarklet-wrapper {
1136      margin: 20px 0 8px;
1137      vertical-align: top;
1138      position: relative;
1139      z-index: 1;
1140  }
1141  
1142  .pressthis-bookmarklet,
1143  .pressthis-bookmarklet:hover,
1144  .pressthis-bookmarklet:focus,
1145  .pressthis-bookmarklet:active {
1146      display: inline-block;
1147      position: relative;
1148      cursor: move;
1149      color: #2c3338;
1150      background: #dcdcde;
1151      border-radius: 5px;
1152      border: 1px solid #c3c4c7;
1153      font-style: normal;
1154      line-height: 16px;
1155      font-size: 14px;
1156      text-decoration: none;
1157  }
1158  
1159  .pressthis-bookmarklet:active {
1160      outline: none;
1161  }
1162  
1163  .pressthis-bookmarklet:after {
1164      content: "";
1165      width: 70%;
1166      height: 55%;
1167      z-index: -1;
1168      position: absolute;
1169      left: 10px;
1170      bottom: 9px;
1171      background: transparent;
1172      transform: skew(-20deg) rotate(-6deg);
1173      box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
1174  }
1175  
1176  .pressthis-bookmarklet:hover:after {
1177      transform: skew(-20deg) rotate(-9deg);
1178      box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
1179  }
1180  
1181  .pressthis-bookmarklet span {
1182      display: inline-block;
1183      margin: 0;
1184      padding: 0 9px 8px 12px;
1185  }
1186  
1187  .pressthis-bookmarklet span:before {
1188      color: #787c82;
1189      font: normal 20px/1 dashicons;
1190      content: "\f157";
1191      content: "\f157" / '';
1192      position: relative;
1193      display: inline-block;
1194      top: 4px;
1195      margin-left: 4px;
1196  }
1197  
1198  .pressthis-js-toggle {
1199      margin-right: 10px;
1200      padding: 0;
1201      height: auto;
1202      vertical-align: top;
1203  }
1204  
1205  /* to override the button class being applied */
1206  .pressthis-js-toggle.button.button {
1207      margin-right: 10px;
1208      padding: 0;
1209      height: auto;
1210      vertical-align: top;
1211  }
1212  
1213  .pressthis-js-toggle .dashicons {
1214      margin: 5px 7px 6px 8px;
1215      color: #50575e;
1216  }
1217  
1218  /*------------------------------------------------------------------------------
1219    20.0 - Settings
1220  ------------------------------------------------------------------------------*/
1221  
1222  .timezone-info code {
1223      white-space: nowrap;
1224  }
1225  
1226  .defaultavatarpicker .avatar {
1227      margin: 2px 0;
1228      vertical-align: middle;
1229  }
1230  
1231  .options-general-php .date-time-text {
1232      display: inline-block;
1233      min-width: 10em;
1234  }
1235  
1236  .options-general-php input.small-text {
1237      width: 56px;
1238      margin: -2px 0;
1239      min-height: 32px;
1240  }
1241  
1242  .options-general-php .spinner {
1243      float: none;
1244      margin: -3px 3px 0;
1245  }
1246  
1247  .settings-php .language-install-spinner,
1248  .options-general-php .language-install-spinner,
1249  .user-edit-php .language-install-spinner,
1250  .profile-php .language-install-spinner {
1251      display: inline-block;
1252      float: none;
1253      margin: -3px 5px 0;
1254      vertical-align: middle;
1255  }
1256  
1257  .form-table.permalink-structure .available-structure-tags {
1258      margin-top: 8px;
1259  }
1260  
1261  .form-table.permalink-structure .available-structure-tags ul {
1262      display: flex;
1263      flex-wrap: wrap;
1264      margin: 8px 0 0;
1265  }
1266  
1267  .form-table.permalink-structure .available-structure-tags li {
1268      margin: 6px 0 0 5px;
1269  }
1270  
1271  .form-table.permalink-structure .available-structure-tags li:last-child {
1272      margin-left: 0;
1273  }
1274  
1275  .form-table.permalink-structure .structure-selection .row {
1276      margin-bottom: 16px;
1277  }
1278  
1279  .form-table.permalink-structure .structure-selection .row > div {
1280      max-width: calc(100% - 24px);
1281      display: inline-flex;
1282      flex-direction: column;
1283  }
1284  
1285  .form-table.permalink-structure .structure-selection .row label {
1286      font-weight: 600;
1287  }
1288  
1289  .form-table.permalink-structure .structure-selection .row p {
1290      margin-top: 0;
1291  }
1292  
1293  .permalink-structure-optional-description code {
1294      display: inline-block;
1295  }
1296  
1297  /*------------------------------------------------------------------------------
1298    21.0 - Network Admin
1299  ------------------------------------------------------------------------------*/
1300  
1301  .setup-php textarea {
1302      max-width: 100%;
1303  }
1304  
1305  .form-field #site-address {
1306      max-width: 25em;
1307  }
1308  
1309  .form-field #domain {
1310      max-width: 22em;
1311  }
1312  
1313  .form-field #site-title,
1314  .form-field #admin-email,
1315  .form-field #path,
1316  .form-field #blog_registered,
1317  .form-field #blog_last_updated {
1318      max-width: 25em;
1319  }
1320  
1321  .form-field #path {
1322      margin-bottom: 5px;
1323  }
1324  
1325  #search-users,
1326  #search-sites {
1327      max-width: 60%;
1328  }
1329  
1330  .configuration-rules-label {
1331      font-weight: 600;
1332      margin-bottom: 4px;
1333  }
1334  
1335  /*------------------------------------------------------------------------------
1336     Credentials check dialog for Install and Updates
1337  ------------------------------------------------------------------------------*/
1338  
1339  .request-filesystem-credentials-dialog {
1340      display: none;
1341      /* The customizer uses visibility: hidden on the body for full-overlays. */
1342      visibility: visible;
1343  }
1344  
1345  .request-filesystem-credentials-dialog .notification-dialog {
1346      top: 10%;
1347      max-height: 85%;
1348  }
1349  
1350  .request-filesystem-credentials-dialog-content {
1351      margin: 25px;
1352  }
1353  
1354  #request-filesystem-credentials-title {
1355      font-size: 1.3em;
1356      margin: 1em 0;
1357  }
1358  
1359  .request-filesystem-credentials-form legend {
1360      font-size: 1em;
1361      padding: 1.33em 0;
1362      font-weight: 600;
1363  }
1364  
1365  .request-filesystem-credentials-form input[type="text"],
1366  .request-filesystem-credentials-form input[type="password"] {
1367      display: block;
1368  }
1369  
1370  .request-filesystem-credentials-dialog input[type="text"],
1371  .request-filesystem-credentials-dialog input[type="password"] {
1372      width: 100%;
1373  }
1374  
1375  .request-filesystem-credentials-form .field-title {
1376      font-weight: 600;
1377  }
1378  
1379  .request-filesystem-credentials-dialog label[for="hostname"],
1380  .request-filesystem-credentials-dialog label[for="public_key"],
1381  .request-filesystem-credentials-dialog label[for="private_key"] {
1382      display: block;
1383      margin-bottom: 1em;
1384  }
1385  
1386  .request-filesystem-credentials-dialog .ftp-username,
1387  .request-filesystem-credentials-dialog .ftp-password {
1388      float: right;
1389      width: 48%;
1390  }
1391  
1392  .request-filesystem-credentials-dialog .ftp-password {
1393      margin-right: 4%;
1394  }
1395  
1396  .request-filesystem-credentials-dialog .request-filesystem-credentials-action-buttons {
1397      text-align: left;
1398  }
1399  
1400  .request-filesystem-credentials-dialog label[for="ftp"] {
1401      margin-left: 10px;
1402  }
1403  
1404  .request-filesystem-credentials-dialog #auth-keys-desc {
1405      margin-bottom: 0;
1406  }
1407  
1408  #request-filesystem-credentials-dialog .button:not(:last-child) {
1409      margin-left: 10px;
1410  }
1411  
1412  #request-filesystem-credentials-form .cancel-button {
1413      display: none;
1414  }
1415  
1416  #request-filesystem-credentials-dialog .cancel-button {
1417      display: inline;
1418  }
1419  
1420  .request-filesystem-credentials-dialog .ftp-username,
1421  .request-filesystem-credentials-dialog .ftp-password {
1422      float: none;
1423      width: auto;
1424  }
1425  
1426  .request-filesystem-credentials-dialog .ftp-username {
1427      margin-bottom: 1em;
1428  }
1429  
1430  .request-filesystem-credentials-dialog .ftp-password {
1431      margin: 0;
1432  }
1433  
1434  .request-filesystem-credentials-dialog .ftp-password em {
1435      color: #757575;
1436  }
1437  
1438  .request-filesystem-credentials-dialog label {
1439      display: block;
1440      line-height: 1.5;
1441      margin-bottom: 1em;
1442  }
1443  
1444  .request-filesystem-credentials-form legend {
1445      padding-bottom: 0;
1446  }
1447  
1448  .request-filesystem-credentials-form #ssh-keys legend {
1449      font-size: 1.3em;
1450  }
1451  
1452  .request-filesystem-credentials-form .notice {
1453      margin: 0 0 20px;
1454      clear: both;
1455  }
1456  
1457  /*------------------------------------------------------------------------------
1458     Privacy Policy settings screen
1459  ------------------------------------------------------------------------------*/
1460  .tools-privacy-policy-page form {
1461      margin-bottom: 1.3em;
1462  }
1463  
1464  .tools-privacy-policy-page input.button {
1465      margin: 0 6px 0 1px;
1466  }
1467  
1468  .tools-privacy-policy-page select {
1469      margin: 0 6px 0.5em 1px;
1470  }
1471  
1472  .tools-privacy-edit {
1473      margin: 1.5em 0;
1474  }
1475  
1476  .tools-privacy-policy-page span {
1477      line-height: 2;
1478  }
1479  
1480  .privacy_requests .column-email {
1481      width: 40%;
1482  }
1483  
1484  .privacy_requests .column-type {
1485      text-align: center;
1486  }
1487  
1488  .privacy_requests thead td:first-child,
1489  .privacy_requests tfoot td:first-child {
1490      border-right: 4px solid #fff;
1491  }
1492  
1493  .privacy_requests tbody th {
1494      border-right: 4px solid #fff;
1495      background: #fff;
1496      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1497  }
1498  
1499  .privacy_requests .row-actions {
1500      color: #787c82;
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 {
1516      background: #fff;
1517      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1518  }
1519  
1520  .privacy_requests tbody .has-request-results td {
1521      box-shadow: none;
1522  }
1523  
1524  .privacy_requests .next_steps .button {
1525      word-wrap: break-word;
1526      white-space: normal;
1527  }
1528  
1529  .privacy_requests .status-request-confirmed th,
1530  .privacy_requests .status-request-confirmed td {
1531      background-color: #fff;
1532      border-right-color: #72aee6;
1533  }
1534  
1535  .privacy_requests .status-request-failed th,
1536  .privacy_requests .status-request-failed td {
1537      background-color: #f6f7f7;
1538      border-right-color: #d63638;
1539  }
1540  
1541  .privacy_requests .export_personal_data_failed a {
1542      vertical-align: baseline;
1543  }
1544  
1545  .status-label {
1546      font-weight: 600;
1547  }
1548  
1549  .status-label.status-request-pending {
1550      font-weight: 400;
1551      font-style: italic;
1552      color: #646970;
1553  }
1554  
1555  .status-label.status-request-failed {
1556      color: #d63638;
1557      font-weight: 600;
1558  }
1559  
1560  .privacy_requests .status-date {
1561      display: block;
1562      font-weight: 400;
1563  }
1564  
1565  .wp-privacy-request-form {
1566      clear: both;
1567  }
1568  
1569  .wp-privacy-request-form-field {
1570      margin: 1.5em 0;
1571  }
1572  
1573  .wp-privacy-request-form input {
1574      margin: 0;
1575  }
1576  
1577  /* =Media Queries
1578  -------------------------------------------------------------- */
1579  
1580  @media screen and (max-width: 782px) {
1581      /* Input Elements */
1582      textarea {
1583          -webkit-appearance: none;
1584      }
1585  
1586      input[type="text"],
1587      input[type="password"],
1588      input[type="date"],
1589      input[type="datetime"],
1590      input[type="datetime-local"],
1591      input[type="email"],
1592      input[type="month"],
1593      input[type="number"],
1594      input[type="search"],
1595      input[type="tel"],
1596      input[type="time"],
1597      input[type="url"],
1598      input[type="week"] {
1599          -webkit-appearance: none;
1600          padding: 0 12px;
1601          min-height: 40px;
1602      }
1603  
1604      ::-webkit-datetime-edit {
1605          line-height: 1.875; /* 30px */
1606      }
1607  
1608      input[type="checkbox"],
1609      .widefat th input[type="checkbox"],
1610      .widefat thead td input[type="checkbox"],
1611      .widefat tfoot td input[type="checkbox"] {
1612          -webkit-appearance: none;
1613      }
1614  
1615      .widefat th input[type="checkbox"],
1616      .widefat thead td input[type="checkbox"],
1617      .widefat tfoot td input[type="checkbox"] {
1618          margin-bottom: 8px;
1619      }
1620  
1621      input[type="checkbox"]:checked:before,
1622      .widefat th input[type="checkbox"]:before,
1623      .widefat thead td input[type="checkbox"]:before,
1624      .widefat tfoot td input[type="checkbox"]:before {
1625          width: 1.875rem;
1626          height: 1.875rem;
1627          margin: -0.1875rem -0.3125rem;
1628      }
1629  
1630      input[type="radio"],
1631      input[type="checkbox"] {
1632          height: 1.5625rem;
1633          width: 1.5625rem;
1634      }
1635  
1636      .wp-admin p input[type="checkbox"],
1637      .wp-admin p input[type="radio"] {
1638          margin-top: -0.1875rem;
1639      }
1640  
1641      input[type="radio"]:checked:before {
1642          vertical-align: middle;
1643          width: 0.5625rem;
1644          height: 0.5625rem;
1645          margin: 0.4375rem;
1646          line-height: 0.76190476;
1647      }
1648  
1649      .wp-core-ui select,
1650      .wp-admin .form-table select {
1651          min-height: 40px;
1652          font-size: 16px;
1653          line-height: 2.5; /* 40px for 16px font */
1654          padding: 0 12px 0 24px;
1655      }
1656  
1657      .wp-admin .button-cancel {
1658          margin-bottom: 0;
1659          padding: 2px 0;
1660          font-size: 14px;
1661          vertical-align: middle;
1662      }
1663  
1664      #adduser .form-field input,
1665      #createuser .form-field input {
1666          width: 100%;
1667      }
1668  
1669      .form-table {
1670          box-sizing: border-box;
1671      }
1672  
1673      .form-table th,
1674      .form-table td,
1675      .label-responsive {
1676          display: block;
1677          width: auto;
1678          vertical-align: middle;
1679      }
1680  
1681      .label-responsive {
1682          margin: 0.5em 0;
1683      }
1684  
1685      .export-filters li {
1686          margin-bottom: 0;
1687      }
1688  
1689      .form-table .color-palette .color-palette-shade,
1690      .form-table .color-palette td {
1691          display: table-cell;
1692          width: 15px;
1693          height: 30px;
1694          padding: 0;
1695      }
1696  
1697      .form-table .color-palette {
1698          margin-left: 10px;
1699      }
1700  
1701      textarea,
1702      input {
1703          font-size: 16px;
1704      }
1705  
1706      .form-table td input[type="text"],
1707      .form-table td input[type="email"],
1708      .form-table td input[type="password"],
1709      .form-table td select,
1710      .form-table td textarea,
1711      .form-table span.description,
1712      #profile-page .form-table textarea {
1713          width: 100%;
1714          display: block;
1715          max-width: none;
1716          box-sizing: border-box;
1717      }
1718  
1719      .form-table .form-required.form-invalid td:after {
1720          float: left;
1721          margin: -30px 0 0 3px;
1722      }
1723  
1724      input[type="text"].small-text,
1725      input[type="search"].small-text,
1726      input[type="password"].small-text,
1727      input[type="number"].small-text,
1728      input[type="number"].small-text,
1729      .form-table input[type="text"].small-text {
1730          width: auto;
1731          max-width: 4.375em; /* 70px, enough for 4 digits to fit comfortably */
1732          display: inline;
1733          padding: 3px 6px;
1734          margin: 0 3px;
1735      }
1736  
1737      .form-table .regular-text ~ input[type="text"].small-text {
1738          margin-top: 5px;
1739      }
1740  
1741      #pass-strength-result {
1742          width: 100%;
1743          box-sizing: border-box;
1744          padding: 8px;
1745      }
1746  
1747      .profile-php .wp-pwd .caps-warning {
1748          padding: 8px;
1749      }
1750  
1751      .password-input-wrapper {
1752          display: block;
1753      }
1754  
1755      p.search-box {
1756          float: none;
1757          width: 100%;
1758          margin-bottom: 20px;
1759          display: flex;
1760      }
1761  
1762      p.search-box input[name="s"] {
1763          width: 100%;
1764          float: none;
1765          margin-bottom: 10px;
1766          vertical-align: middle;
1767      }
1768      .js.plugins-php .search-box .wp-filter-search {
1769          width: 100%;
1770          margin-bottom: 0;
1771      }
1772  
1773      p.search-box input[type="submit"] {
1774          margin-bottom: 10px;
1775      }
1776  
1777      .form-table span.description {
1778          display: inline;
1779          padding: 4px 0 0;
1780          line-height: 1.4;
1781          font-size: 14px;
1782      }
1783  
1784      .form-table th {
1785          padding: 10px 0 0;
1786          border-bottom: 0;
1787      }
1788  
1789      .form-table td {
1790          margin-bottom: 0;
1791          padding: 4px 0 6px;
1792      }
1793  
1794      .form-table.permalink-structure td code {
1795          display: inline-block;
1796      }
1797  
1798      .form-table.permalink-structure .structure-selection {
1799          margin-top: 8px;
1800      }
1801  
1802      .form-table.permalink-structure .structure-selection .row > div {
1803          max-width: calc(100% - 36px);
1804          width: 100%;
1805      }
1806  
1807      .form-table.permalink-structure td input[type="text"] {
1808          margin-top: 4px;
1809      }
1810  
1811      .permalink-structure-has-blog-prefix {
1812          display: flex;
1813          align-items: center;
1814      }
1815  
1816      .form-table input.regular-text {
1817          width: 100%;
1818      }
1819  
1820      .form-table label {
1821          font-size: 14px;
1822      }
1823  
1824      .form-table td > label:first-child {
1825          display: inline-block;
1826          margin-top: 0.35em;
1827      }
1828  
1829      .background-position-control .button-group > label {
1830          font-size: 0;
1831      }
1832  
1833      .form-table fieldset label {
1834          display: block;
1835      }
1836  
1837      .form-field #domain {
1838          max-width: none;
1839      }
1840  
1841      /* New Password */
1842      .wp-pwd {
1843          position: relative;
1844      }
1845  
1846      /* Needs higher specificity than normal input type text and password. */
1847      #profile-page .form-table #pass1 {
1848          padding-left: 90px;
1849      }
1850  
1851      .wp-pwd button.button {
1852          background: transparent;
1853          border: 1px solid transparent;
1854          box-shadow: none;
1855          line-height: 2;
1856          margin: 0;
1857          padding: 5px 9px;
1858          position: absolute;
1859          left: 0;
1860          top: 0;
1861          width: 2.375rem;
1862          height: 2.375rem;
1863          min-width: 40px;
1864          min-height: 40px;
1865      }
1866  
1867      .wp-pwd button.wp-hide-pw {
1868          left: 2.5rem;
1869      }
1870  
1871      body.user-new-php .wp-pwd button.wp-hide-pw {
1872          left: 0;
1873      }
1874  
1875      .wp-pwd button.button:hover,
1876      .wp-pwd button.button:focus {
1877          background: transparent;
1878      }
1879  
1880      .wp-pwd button.button:active {
1881          background: transparent;
1882          box-shadow: none;
1883          transform: none;
1884      }
1885  
1886      .wp-pwd .button .text {
1887          display: none;
1888      }
1889  
1890      .wp-pwd [type="text"],
1891      .wp-pwd [type="password"] {
1892          line-height: 2;
1893          padding-left: 5rem;
1894      }
1895  
1896      body.user-new-php .wp-pwd [type="text"],
1897      body.user-new-php .wp-pwd [type="password"] {
1898          padding-left: 2.5rem;
1899      }
1900  
1901      .wp-cancel-pw .dashicons-no {
1902          display: inline-block;
1903      }
1904  
1905      .mailserver-pass-wrap .wp-pwd {
1906          display: block;
1907      }
1908  
1909      /* rtl:ignore */
1910      #mailserver_pass {
1911          padding-left: 10px;
1912      }
1913  
1914      .options-general-php input[type="text"].small-text {
1915          max-width: 6.25em;
1916          margin: 0;
1917      }
1918  
1919      /* Privacy Policy settings screen */
1920      .tools-privacy-policy-page form.wp-create-privacy-page {
1921          margin-bottom: 1em;
1922      }
1923  
1924      .tools-privacy-policy-page input#set-page,
1925      .tools-privacy-policy-page select {
1926          margin: 10px 0 0;
1927      }
1928  
1929      .tools-privacy-policy-page .wp-create-privacy-page span {
1930          display: block;
1931          margin-bottom: 1em;
1932      }
1933  
1934      .tools-privacy-policy-page .wp-create-privacy-page .button {
1935          margin-right: 0;
1936      }
1937  
1938      .wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
1939          display: table-cell;
1940      }
1941  
1942      .wp-list-table.privacy_requests.widefat th input,
1943      .wp-list-table.privacy_requests.widefat thead td input {
1944          margin-right: 5px;
1945      }
1946  
1947      .wp-privacy-request-form-field input[type="text"] {
1948          width: 100%;
1949          margin-bottom: 10px;
1950          vertical-align: middle;
1951      }
1952  
1953      .regular-text {
1954          max-width: 100%;
1955      }
1956  }
1957  
1958  @media only screen and (max-width: 768px) {
1959      .form-field input[type="text"],
1960      .form-field input[type="email"],
1961      .form-field input[type="password"],
1962      .form-field select,
1963      .form-field textarea {
1964          width: 99%;
1965      }
1966  
1967      .form-wrap .form-field {
1968          padding: 0;
1969      }
1970  }
1971  
1972  @media only screen and (max-height: 480px), screen and (max-width: 450px) {
1973      /* Request Credentials / File Editor Warning */
1974      .request-filesystem-credentials-dialog .notification-dialog,
1975      .file-editor-warning .notification-dialog {
1976          width: 100%;
1977          height: 100%;
1978          max-height: 100%;
1979          position: fixed;
1980          top: 0;
1981          margin: 0;
1982          right: 0;
1983      }
1984  }
1985  
1986  /* Smartphone */
1987  @media screen and (max-width: 600px) {
1988      /* Color Picker Options */
1989      .color-option {
1990          width: 49%;
1991      }
1992  }
1993  
1994  @media only screen and (max-width: 320px) {
1995      .options-general-php .date-time-text.date-time-custom-text {
1996          min-width: 0;
1997          margin-left: 0.5em;
1998      }
1999  }
2000  
2001  @keyframes rotation {
2002      0% {
2003          transform: rotate(0deg);
2004      }
2005      100% {
2006          transform: rotate(-359deg);
2007      }
2008  }


Generated : Wed Apr 15 08:20:10 2026 Cross-referenced by PHPXref