[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/html/ -> editor-rtl.css (source)

   1  .block-library-html__edit .block-library-html__preview-overlay{
   2    height:100%;
   3    position:absolute;
   4    right:0;
   5    top:0;
   6    width:100%;
   7  }
   8  .block-library-html__edit .block-editor-plain-text{
   9    background:#fff !important;
  10    border:1px solid #1e1e1e !important;
  11    border-radius:2px !important;
  12    box-shadow:none !important;
  13    box-sizing:border-box;
  14    color:#1e1e1e !important;
  15    font-family:Menlo,Consolas,monaco,monospace !important;
  16    font-size:16px !important;
  17    max-height:250px;
  18    padding:12px !important;
  19  }
  20  @media (min-width:600px){
  21    .block-library-html__edit .block-editor-plain-text{
  22      font-size:13px !important;
  23    }
  24  }
  25  .block-library-html__edit .block-editor-plain-text:focus{
  26    border-color:var(--wp-admin-theme-color) !important;
  27    box-shadow:0 0 0 1px var(--wp-admin-theme-color) !important;
  28    outline:2px solid #0000 !important;
  29  }


Generated : Fri Apr 19 08:20:01 2024 Cross-referenced by PHPXref