[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  .wp-block[data-align=center]>.wp-block-video{
   2    text-align:center;
   3  }
   4  
   5  .wp-block-video{
   6    position:relative;
   7  }
   8  .wp-block-video.is-transient video{
   9    opacity:.3;
  10  }
  11  .wp-block-video .components-spinner{
  12    left:50%;
  13    margin-left:-9px;
  14    margin-top:-9px;
  15    position:absolute;
  16    top:50%;
  17  }
  18  
  19  .editor-video-poster-control .components-button{
  20    margin-right:8px;
  21  }
  22  
  23  .block-library-video-tracks-editor{
  24    z-index:159990;
  25  }
  26  
  27  .block-library-video-tracks-editor__track-list-track{
  28    padding-left:12px;
  29  }
  30  
  31  .block-library-video-tracks-editor__single-track-editor-kind-select{
  32    max-width:240px;
  33  }
  34  
  35  .block-library-video-tracks-editor__single-track-editor-edit-track-label{
  36    color:#757575;
  37    display:block;
  38    font-size:11px;
  39    font-weight:500;
  40    margin-top:4px;
  41    text-transform:uppercase;
  42  }
  43  
  44  .block-library-video-tracks-editor>.components-popover__content{
  45    width:360px;
  46  }
  47  
  48  .block-library-video-tracks-editor__add-tracks-container .components-menu-group__label,.block-library-video-tracks-editor__track-list .components-menu-group__label{
  49    padding:0;
  50  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref