Make WordPress Core

Ticket #40767: 40767.diff

File 40767.diff, 936 bytes (added by matveb, 6 years ago)
  • src/wp-includes/js/tinymce/skins/wordpress/wp-content.css

     
    171171    background: transparent url( images/pagebreak.png ) repeat-y scroll center center;
    172172}
    173173
     174/* Styles for formatting the boundaries of anchors and code elements */
     175.mce-content-body a[data-mce-selected] {
     176        padding: 0 2px;
     177        margin: 0 -2px;
     178        border-radius: 2px;
     179        box-shadow: 0 0 0 1px #bfe6ff;
     180        background: #bfe6ff;
     181}
     182
     183.mce-content-body code {
     184        padding: 2px 4px;
     185        margin: 0;
     186        border-radius: 2px;
     187        color: #222;
     188        background: #f2f4f5;
     189}
     190
     191.mce-content-body code[data-mce-selected] {
     192        background: #e9ebec;
     193}
     194
    174195/* Gallery, audio, video placeholders */
    175196.mce-content-body img.wp-media {
    176197        border: 1px solid #aaa;