Spaces:
Running
Running
.block-library-html__edit .block-library-html__preview-overlay{ | |
height:100%; | |
left:0; | |
position:absolute; | |
top:0; | |
width:100%; | |
} | |
.block-library-html__edit .block-editor-plain-text{ | |
background:#fff ; | |
border:1px solid #1e1e1e ; | |
border-radius:2px ; | |
box-shadow:none ; | |
box-sizing:border-box; | |
color:#1e1e1e ; | |
direction:ltr; | |
font-family:Menlo,Consolas,monaco,monospace ; | |
font-size:16px ; | |
max-height:250px; | |
padding:12px ; | |
} | |
@media (min-width:600px){ | |
.block-library-html__edit .block-editor-plain-text{ | |
font-size:13px ; | |
} | |
} | |
.block-library-html__edit .block-editor-plain-text:focus{ | |
border-color:var(--wp-admin-theme-color) ; | |
box-shadow:0 0 0 1px var(--wp-admin-theme-color) ; | |
outline:2px solid #0000 ; | |
} |