[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  .block-editor-block-list__block[data-type="core/more"]{
   2    margin-bottom:28px;
   3    margin-top:28px;
   4    max-width:100%;
   5    text-align:center;
   6  }
   7  
   8  .wp-block-more{
   9    display:block;
  10    text-align:center;
  11    white-space:nowrap;
  12  }
  13  .wp-block-more input[type=text]{
  14    background:#fff;
  15    border:none;
  16    border-radius:4px;
  17    box-shadow:none;
  18    color:#757575;
  19    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  20    font-size:13px;
  21    font-weight:600;
  22    height:24px;
  23    margin:0;
  24    max-width:100%;
  25    padding:6px 8px;
  26    position:relative;
  27    text-align:center;
  28    text-transform:uppercase;
  29    white-space:nowrap;
  30  }
  31  .wp-block-more input[type=text]:focus{
  32    box-shadow:none;
  33  }
  34  .wp-block-more:before{
  35    border-top:3px dashed #ccc;
  36    content:"";
  37    left:0;
  38    position:absolute;
  39    right:0;
  40    top:50%;
  41  }


Generated : Wed May 8 08:20:02 2024 Cross-referenced by PHPXref