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


Generated : Mon May 25 08:20:05 2026 Cross-referenced by PHPXref